X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08b4fe22433e1835814267fcd59c52799ab5b8c1..2c8c164d58104acb6256b6d8efd476a6a2165b8a:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 674b7b41e7..8208fe5194 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -11,7 +11,7 @@ #include "xbt/ex.h" #include "xbt/log.h" #include "xbt/mallocator.h" -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" #include "xbt/str.h" #include "dict_private.h" @@ -676,7 +676,7 @@ void xbt_dict_postexit(void) #ifdef SIMGRID_TEST #include "xbt.h" #include "xbt/ex.h" -#include "portable.h" +#include "src/portable.h" #define PRINTF_STR(a) (a)?:"(null)"