X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..972791c2823bfc1694d827b1e943eb725847e2d8:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index e1a234fd83..9c718dfdb8 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -10,8 +10,8 @@ #include "xbt/misc.h" #include "simgrid_config.h" /* _XBT_WIN32 */ -#include "internal_config.h" /* MMALLOC_WANT_OVERRIDE_LEGACY */ -#include "portable.h" +#include "src/internal_config.h" /* MMALLOC_WANT_OVERRIDE_LEGACY */ +#include "src/portable.h" #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/dynar.h" @@ -19,7 +19,7 @@ #include "xbt/module.h" /* this module */ -#include "xbt_modinter.h" /* prototype of other module's init/exit in XBT */ +#include "src/xbt_modinter.h" /* prototype of other module's init/exit in XBT */ #include "simgrid/sg_config.h"