X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e494a584e4400f90f7901e969f38e5596187ce8a..d098dd9e12ee321b061421f535b2b56ce7691673:/src/mc/mc_checkpoint.cpp diff --git a/src/mc/mc_checkpoint.cpp b/src/mc/mc_checkpoint.cpp index 6bafeae722..9aa90a6977 100644 --- a/src/mc/mc_checkpoint.cpp +++ b/src/mc/mc_checkpoint.cpp @@ -11,7 +11,7 @@ #include #include "src/internal_config.h" -#include "mc_private.h" +#include "src/mc/mc_private.h" #include "xbt/module.h" #include #include "src/smpi/private.h" @@ -24,15 +24,15 @@ #include #include -#include "mc_private.h" +#include "src/mc/mc_private.h" #include -#include "mc_snapshot.h" -#include "mc_object_info.h" -#include "mc_mmu.h" -#include "mc_unw.h" -#include "mc_protocol.h" -#include "mc_smx.h" +#include "src/mc/mc_snapshot.h" +#include "src/mc/mc_object_info.h" +#include "src/mc/mc_mmu.h" +#include "src/mc/mc_unw.h" +#include "src/mc/mc_protocol.h" +#include "src/mc/mc_smx.h" #include "mc_hash.hpp" #include "src/mc/ObjectInformation.hpp"