X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f32263569ffe21e013c081a922778e4cb785d7f..c1111cb247ab39f89dcae0d63a255c669b2ed48e:/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