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

Public GIT Repository
Merge pull request #228 from Takishipp/actor-execute
[simgrid.git] / src / kernel / context / ContextThread.cpp
index 2cbeeafd4eab5903662c3c92251d9ca2cb5b6847..ebcdfbef65ff675b24296294a92eeddedb993a2a 100644 (file)
@@ -6,12 +6,12 @@
 #include <utility>
 #include <functional>
 
-#include "xbt/function_types.h"
+#include "src/internal_config.h" /* loads context system definitions */
 #include "src/simix/smx_private.hpp"
-#include "src/internal_config.h"           /* loads context system definitions */
+#include "src/xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */
+#include "xbt/function_types.h"
 #include "xbt/swag.h"
 #include "xbt/xbt_os_thread.h"
-#include "src/xbt_modinter.h"       /* prototype of os thread module's init/exit in XBT */
 
 #include "src/kernel/context/ContextThread.hpp"