X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22cae46149e1fb4988ad9e46060c3e7ecd4e0e44..17a5f55527a7fd22835025e89f1e8f75aed15849:/src/mc/mc_global.cpp diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index 33f0d619b2..07eeace052 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -12,9 +12,9 @@ #include +#include "xbt/automaton.h" #include "xbt/dynar.h" -#include -#include +#include "xbt/swag.h" #include "mc_base.h" @@ -29,15 +29,15 @@ #include "src/simix/ActorImpl.hpp" #if SIMGRID_HAVE_MC -#include -#include "src/mc/mc_comm_pattern.h" +#include "src/mc/checker/Checker.hpp" +#include "src/mc/mc_comm_pattern.hpp" +#include "src/mc/mc_private.h" #include "src/mc/mc_request.h" #include "src/mc/mc_safety.h" +#include "src/mc/mc_smx.h" #include "src/mc/mc_snapshot.h" -#include "src/mc/mc_private.h" #include "src/mc/mc_unw.h" -#include "src/mc/mc_smx.h" -#include "src/mc/checker/Checker.hpp" +#include #endif #include "src/mc/Transition.hpp"