X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba9a4cfeba4eb00e84cd17603fc9654e81445655..ebea5466c29bb26e44d4c97d6287fb3ddfdda9b1:/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};