Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sort include lists according to clang-format.
[simgrid.git] / src / mc / mc_record.cpp
index e61504e..5939b84 100644 (file)
 #include "simgrid/simix.h"
 
 #include "src/kernel/context/Context.hpp"
 #include "simgrid/simix.h"
 
 #include "src/kernel/context/Context.hpp"
+#include "src/mc/mc_record.hpp"
+#include "src/mc/mc_replay.h"
 #include "src/simix/ActorImpl.hpp"
 #include "src/simix/smx_private.hpp"
 #include "src/simix/ActorImpl.hpp"
 #include "src/simix/smx_private.hpp"
-#include "src/mc/mc_replay.h"
-#include "src/mc/mc_record.hpp"
 
 #include "src/mc/mc_base.h"
 #include "src/mc/Transition.hpp"
 
 #if SIMGRID_HAVE_MC
 
 #include "src/mc/mc_base.h"
 #include "src/mc/Transition.hpp"
 
 #if SIMGRID_HAVE_MC
-#include "src/mc/mc_request.hpp"
+#include "src/mc/checker/Checker.hpp"
 #include "src/mc/mc_private.hpp"
 #include "src/mc/mc_private.hpp"
-#include "src/mc/mc_state.hpp"
+#include "src/mc/mc_request.hpp"
 #include "src/mc/mc_smx.hpp"
 #include "src/mc/mc_smx.hpp"
-#include "src/mc/checker/Checker.hpp"
+#include "src/mc/mc_state.hpp"
 #endif
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_record, mc,
 #endif
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_record, mc,