Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure that simgrid/s4u/forward.hpp is loaded from only one file
[simgrid.git] / include / simgrid / s4u / Mailbox.hpp
index f27b582..34326a7 100644 (file)
@@ -6,14 +6,11 @@
 #ifndef SIMGRID_S4U_MAILBOX_HPP
 #define SIMGRID_S4U_MAILBOX_HPP
 
-#include <string>
-
-#include <xbt/base.h>
 #include <xbt/string.hpp>
-
-#include <simgrid/s4u/forward.hpp>
 #include <simgrid/s4u/Actor.hpp>
 
+#include <string>
+
 namespace simgrid {
 namespace s4u {