Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
WIP stop using const char* in C++ layers
[simgrid.git] / src / mc / mc_dwarf.hpp
index 4ddeaa7..d247552 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 {