Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the synchronization stuff to its own directory
[simgrid.git] / src / simix / libsmx.cpp
index 8cf08c4a3962f9d04b4ee20b302ced9a60c8c920..7ecda54eb40b3aee91902dd9c50f1db5ddcf5850 100644 (file)
@@ -25,7 +25,7 @@
 #include "xbt/ex.h"
 #include "mc/mc.h"
 #include "src/simix/smx_host_private.h"
-#include "src/simix/SynchroComm.hpp"
+#include "src/synchro/SynchroComm.hpp"
 
 #include <simgrid/simix.hpp>
 
@@ -1119,4 +1119,4 @@ void unblock(smx_process_t process)
 }
 
 }
-}
\ No newline at end of file
+}