Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: inline a function, kill a file
[simgrid.git] / src / mc / sosp / Region.cpp
index 89d0fdc..86d3452 100644 (file)
@@ -3,12 +3,11 @@
 /* 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 "src/mc/sosp/Region.hpp"
 #include "src/mc/ModelChecker.hpp"
 #include "src/mc/mc_config.hpp"
 #include "src/mc/mc_forward.hpp"
-
-#include "src/mc/mc_smx.hpp"
-#include "src/mc/sosp/Region.hpp"
+#include "src/mc/remote/RemoteSimulation.hpp"
 
 #include <cstdlib>
 #include <sys/mman.h>