]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/VisitedState.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move hosts_ to ActivityImpl_ to allow tracking of detached comms by maestro
[simgrid.git] / src / mc / VisitedState.hpp
index 4fe702f92141ef90531c59870c3995132c6e1f70..33f3d1ae947010226cdb82d697bf2dadacab8d9c 100644 (file)
@@ -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 <cstddef>
 #include <memory>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 class XBT_PRIVATE VisitedState {
 public:
@@ -37,7 +36,6 @@ private:
   void prune();
 };
 
-}
-}
+} // namespace simgrid::mc
 
 #endif