Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] OOify LocationLists, Location
[simgrid.git] / src / mc / Type.hpp
index 540bf4c..2c2d817 100644 (file)
@@ -13,7 +13,7 @@
 #include <xbt/base.h>
 
 #include "mc_forward.h"
-#include "mc_location.h"
+#include "mc/LocationList.hpp"
 
 namespace simgrid {
 namespace mc {
@@ -25,7 +25,7 @@ public:
 
   bool inheritance;
   std::string name;
-  simgrid::mc::DwarfExpression location_expression;
+  simgrid::dwarf::DwarfExpression location_expression;
   std::size_t byte_size; // Do we really need this?
   unsigned type_id;
   simgrid::mc::Type* type;