X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/218c42a20c7eaba87e20cfb3eaac5ad8e0d0f739..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/Frame.hpp diff --git a/src/mc/Frame.hpp b/src/mc/Frame.hpp index 67d638ef5e..ee39960531 100644 --- a/src/mc/Frame.hpp +++ b/src/mc/Frame.hpp @@ -11,10 +11,10 @@ #include -#include "mc_forward.h" -#include "mc/LocationList.hpp" -#include "mc/Variable.hpp" -#include "mc/Frame.hpp" +#include "src/mc/mc_forward.h" +#include "src/mc/LocationList.hpp" +#include "src/mc/Variable.hpp" +#include "src/mc/Frame.hpp" namespace simgrid { namespace mc { @@ -35,6 +35,7 @@ public: simgrid::mc::ObjectInformation* object_info; void* frame_base(unw_cursor_t& unw_cursor) const; + void remove_variable(char* name); }; inline