X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..0e7d247670cc012d8e784d0c8bcbb70a1c0bb9c6:/src/mc/Frame.hpp diff --git a/src/mc/Frame.hpp b/src/mc/Frame.hpp index eb5ff105dd..663ecf3dc7 100644 --- a/src/mc/Frame.hpp +++ b/src/mc/Frame.hpp @@ -10,13 +10,12 @@ #include #include -#include -#include +#include "xbt/base.h" +#include "xbt/range.hpp" -#include "src/mc/mc_forward.h" +#include "src/mc/mc_forward.hpp" #include "src/mc/LocationList.hpp" #include "src/mc/Variable.hpp" -#include "src/mc/Frame.hpp" namespace simgrid { namespace mc { @@ -33,7 +32,7 @@ public: std::string name; /** Range of instruction addresses for which this scope is valid */ - simgrid::xbt::range range; + simgrid::xbt::Range range; simgrid::dwarf::LocationList frame_base_location;