Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename some activity/SynchroBlah into activity/BlahImpl (+clang-format)
[simgrid.git] / src / mc / mc_xbt.hpp
index 1d9a581..ed7ea0c 100644 (file)
@@ -7,12 +7,10 @@
 #ifndef SIMGRID_MC_XBT_HPP
 #define SIMGRID_MC_XBT_HPP
 
-#include <cstddef>
+#include "xbt/dynar.h"
 
-#include <xbt/dynar.h>
-
-#include "src/mc/RemotePtr.hpp"
 #include "src/mc/AddressSpace.hpp"
+#include "src/mc/remote/RemotePtr.hpp"
 
 namespace simgrid {
 namespace mc {