X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79a679e4a184d17d8029fefa1e022cfbbebac88c..3e9453209f1da7deb92fe629428e49f3528217bd:/src/xbt/xbt_main.cpp diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 8e70ab99c8..ee40cfc25f 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -8,18 +8,18 @@ #define XBT_LOG_LOCALLY_DEFINE_XBT_CHANNEL /* MSVC don't want it to be declared extern in headers and local here */ #include "simgrid/config.h" -#include "simgrid/sg_config.hpp" #include "src/internal_config.h" +#include "src/simgrid/sg_config.hpp" #include "src/sthread/sthread.h" // sthread_inside_simgrid +#include "src/xbt/coverage.h" +#include "src/xbt/xbt_modinter.h" /* prototype of other module's init/exit in XBT */ #include "xbt/config.hpp" -#include "xbt/coverage.h" #include "xbt/dynar.h" #include "xbt/log.h" #include "xbt/log.hpp" #include "xbt/misc.h" #include "xbt/module.h" /* this module */ #include "xbt/sysdep.h" -#include "xbt/xbt_modinter.h" /* prototype of other module's init/exit in XBT */ #include #include