]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_mutex.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't convert host to name to host. Perl epoch is over.
[simgrid.git] / src / s4u / s4u_mutex.cpp
index 20d87d9e8b2d6289976d1191f09257d1f51c9aa3..4f2cce6deb133f05912fa1ec1d5697e39b1207a7 100644 (file)
@@ -5,10 +5,10 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/log.h"
+#include "src/msg/msg_private.h"
 #include "src/simix/smx_synchro_private.h"
 
 #include "simgrid/s4u/Mutex.hpp"
-#include "../msg/msg_private.hpp"
 
 namespace simgrid {
 namespace s4u {