X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..9e8ba3861df85d86342342252be58cd546df2d08:/src/mc/LocationList.hpp diff --git a/src/mc/LocationList.hpp b/src/mc/LocationList.hpp index 2a8bdbad76..1e1ed75c5f 100644 --- a/src/mc/LocationList.hpp +++ b/src/mc/LocationList.hpp @@ -20,7 +20,6 @@ #include "src/mc/mc_base.h" #include "src/mc/mc_forward.hpp" -#include "src/mc/AddressSpace.hpp" #include "src/mc/DwarfExpression.hpp" namespace simgrid { @@ -29,7 +28,7 @@ namespace dwarf { /** \brief A DWARF expression with optional validity contraints */ class LocationListEntry { public: - typedef simgrid::xbt::range range_type; + typedef simgrid::xbt::Range range_type; private: DwarfExpression expression_; range_type range_ = {0, UINT64_MAX};