Changeset 960 for trunk/bin


Ignore:
Timestamp:
Dec 7, 2009, 5:55:41 AM (13 years ago)
Author:
Peter Johansson
Message:

always include config.h first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r892 r960  
    2020  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2121*/
     22
     23#include <config.h> // this header file is created by configure
    2224
    2325#include "Parameter.h"
     
    3133#include "yat/OptionHelp.h"
    3234#include "yat/OptionSwitch.h"
    33 
    34 #include <config.h> // this header file is created by configure
    3535
    3636#include <cassert>
Note: See TracChangeset for help on using the changeset viewer.