X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3b53885f888f2539a533797e76a3f3ff84cdfe0c..0049d1fcfdafba3893e26714d575755194949765:/src/mc/ObjectInformation.hpp diff --git a/src/mc/ObjectInformation.hpp b/src/mc/ObjectInformation.hpp index 8ada283b53..74c958bce2 100644 --- a/src/mc/ObjectInformation.hpp +++ b/src/mc/ObjectInformation.hpp @@ -11,11 +11,13 @@ #include #include -#include "mc/mc_forward.h" -#include "mc/Type.hpp" -#include "mc/Frame.hpp" +#include -#include "smpi/private.h" +#include "src/mc/mc_forward.h" +#include "src/mc/Type.hpp" +#include "src/mc/Frame.hpp" + +#include "src/smpi/private.h" namespace simgrid { namespace mc { @@ -86,11 +88,6 @@ public: return this->flags & simgrid::mc::ObjectInformation::Executable; } - bool privatized() const - { - return this->executable() && smpi_privatize_global_variables; - } - void* base_address() const; simgrid::mc::Frame* find_function(const void *ip) const;