X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f0516d66943c1fa8f64946cf159eb37bc7ef41f..872cf95ab5a2b08aa1f2c6ebba29b9f86b0ba54e:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index 4fe702f921..33f3d1ae94 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -6,14 +6,13 @@ #ifndef SIMGRID_MC_VISITED_STATE_HPP #define SIMGRID_MC_VISITED_STATE_HPP -#include "src/mc/mc_state.hpp" +#include "src/mc/api/State.hpp" #include "src/mc/sosp/Snapshot.hpp" #include #include -namespace simgrid { -namespace mc { +namespace simgrid::mc { class XBT_PRIVATE VisitedState { public: @@ -37,7 +36,6 @@ private: void prune(); }; -} -} +} // namespace simgrid::mc #endif