Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add GuidedState abstract class; move ActorState management
[simgrid.git] / src / kernel / context / ContextUnix.hpp
index fd1c8b5a4b5bdd674e7ca4add5017c50aec1a916..15b1b8722a841c9ca381450e13006a5f49434d60 100644 (file)
@@ -13,8 +13,8 @@
 #include <functional>
 #include <vector>
 
+#include "src/xbt/parmap.hpp"
 #include <simgrid/simix.hpp>
-#include <xbt/parmap.hpp>
 
 #include "src/internal_config.h"
 #include "src/kernel/context/ContextSwapped.hpp"