X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff62437671d1e38ec348f57f90e74c55921e1d65..163f8696544cfc2c11a545b9ed06011903780031:/src/mc/mc_base.cpp diff --git a/src/mc/mc_base.cpp b/src/mc/mc_base.cpp index b9baf9148d..063e6956a5 100644 --- a/src/mc/mc_base.cpp +++ b/src/mc/mc_base.cpp @@ -3,17 +3,16 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include - -#include "mc/mc.h" #include "src/mc/mc_base.h" +#include "mc/mc.h" +#include "simgrid/config.h" +#include "src/kernel/activity/CommImpl.hpp" +#include "src/kernel/activity/MutexImpl.hpp" #include "src/mc/mc_config.hpp" #include "src/mc/mc_forward.hpp" #include "src/mc/mc_replay.hpp" #include "src/simix/smx_private.hpp" -#include "src/kernel/activity/MutexImpl.hpp" - #if SIMGRID_HAVE_MC #include "src/mc/ModelChecker.hpp" #include "src/mc/remote/RemoteClient.hpp"