Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add more libraries to blacklist.
[simgrid.git] / src / s4u / s4u_comm.cpp
index 6d051ecf93cf6405b1791fbff9021cee3a9ba782..3d6be869d4906e320a9234d7877381a8a275b6ef 100644 (file)
@@ -5,9 +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 "simgrid/s4u/comm.hpp"
 #include <simgrid/s4u/Mailbox.hpp>
-#include "../msg/msg_private.hpp"
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s4u_comm,s4u_activity,"S4U asynchronous communications");