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

Public GIT Repository
rename smx_process_t to smx_actor_t
[simgrid.git] / src / mc / mc_dwarf.hpp
index 4ddeaa72f7cb06b73c25e4dda1bbcd0c2f47a046..d2475529dcb53ff17a9b81e12c831cf1d044bd0e 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"
+#include "src/mc/mc_forward.hpp"
 
 namespace simgrid {
 namespace dwarf {