]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_dwarf.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / mc / mc_dwarf.hpp
index 4ddeaa72f7cb06b73c25e4dda1bbcd0c2f47a046..62fb9a18a93a6338ba70b8f699db1f4b667b4237 100644 (file)
 
 #include <string.h>
 
+#include <xbt/base.h>
 #include <xbt/sysdep.h>
 
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
 #include "src/mc/Variable.hpp"
-#include "src/mc/mc_memory_map.h"
 
 namespace simgrid {
 namespace dwarf {