Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the amount of implicit include directories
[simgrid.git] / src / simix / smx_context_sysv.c
index 0213163..0502499 100644 (file)
@@ -10,8 +10,8 @@
 
 #include "xbt/parmap.h"
 #include "smx_private.h"
-#include "internal_config.h"
-#include "context_sysv_config.h"        /* loads context system definitions */
+#include "src/internal_config.h"
+#include "src/context_sysv_config.h"        /* loads context system definitions */
 #include "mc/mc.h"
 
 #ifdef _XBT_WIN32