X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/218c42a20c7eaba87e20cfb3eaac5ad8e0d0f739..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index d8df6b23a3..da93084f24 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -12,11 +12,11 @@ #include -#include "mc_forward.hpp" -#include "mc_memory_map.h" +#include "src/mc/mc_forward.hpp" +#include "src/xbt/memory_map.hpp" XBT_PRIVATE std::shared_ptr MC_find_object_info( - std::vector const& maps, const char* name); + std::vector const& maps, const char* name); XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); #endif