X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/267c4af6fe5522d2d291f2c99e8225827268cdff..172a73b13fe909117c7fbf3d69d4ce5e87efdbc6:/src/simgrid/sg_config.cpp diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 0c10cd45fb..752cf85455 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -6,22 +6,22 @@ /* sg_config: configuration infrastructure for the simulation world */ -#include "xbt/misc.h" -#include "xbt/config.h" -#include "xbt/config.hpp" -#include "xbt/log.h" -#include "xbt/mallocator.h" -#include "xbt/sysdep.h" -#include "surf/surf.h" -#include "surf/maxmin.h" -#include "instr/instr_interface.h" -#include "simgrid/simix.h" #include "simgrid/sg_config.h" -#include "simgrid_config.h" /* what was compiled in? */ +#include "instr/instr_interface.h" #include "mc/mc.h" #include "simgrid/instr.h" +#include "simgrid/simix.h" +#include "simgrid_config.h" /* what was compiled in? */ #include "src/mc/mc_replay.h" #include "src/surf/surf_interface.hpp" +#include "surf/maxmin.hpp" +#include "surf/surf.h" +#include "xbt/config.h" +#include "xbt/config.hpp" +#include "xbt/log.h" +#include "xbt/mallocator.h" +#include "xbt/misc.h" +#include "xbt/sysdep.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_config, surf, "About the configuration of SimGrid");