Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 5:50:25 PM (16 years ago)
Author:
rgrieder
Message:
  • changed header file inclusion order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/ConfigValueContainer.cc

    r1056 r1062  
    3232*/
    3333
     34#include "ConfigValueContainer.h"
     35
    3436#include <fstream>
    3537
    36 #include "ConfigValueContainer.h"
     38#include "util/SubString.h"
     39#include "util/Convert.h"
    3740#include "Language.h"
    3841#include "Identifier.h"
    39 #include "util/SubString.h"
    40 #include "util/Convert.h"
    4142
    4243#define MAX_VECTOR_INDEX 255 // to avoid up to 4*10^9 vector entries in the config file after accidentally using a wrong argument
Note: See TracChangeset for help on using the changeset viewer.