X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f43536687685f8e4ff5c43fa22e571750327e5ed..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/Variable.hpp diff --git a/src/mc/Variable.hpp b/src/mc/Variable.hpp index 31f49c9c47..5ca55ab08c 100644 --- a/src/mc/Variable.hpp +++ b/src/mc/Variable.hpp @@ -11,12 +11,13 @@ #include -#include "mc_forward.h" -#include "mc_location.h" +#include "src/mc/mc_forward.h" +#include "src/mc/LocationList.hpp" namespace simgrid { namespace mc { +/** A variable (global or local) in the model-checked program */ class Variable { public: Variable(); @@ -28,7 +29,7 @@ public: simgrid::mc::Type* type; // Use either of: - simgrid::mc::LocationList location_list; + simgrid::dwarf::LocationList location_list; void* address; size_t start_scope;