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

Public GIT Repository
Redundant initializations.
[simgrid.git] / src / mc / mc_forward.hpp
index dc0e571daa57ff9c7875d5008faf849cfd243031..df5257122f2ff19eee80dae4d3487c13a507e87e 100644 (file)
@@ -11,8 +11,7 @@
 #ifndef SIMGRID_MC_FORWARD_HPP
 #define SIMGRID_MC_FORWARD_HPP
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 class PageStore;
 class ChunkedData;
@@ -29,10 +28,8 @@ class Frame;
 class ActorInformation;
 
 class Session;
-class Checker;
-
-}
-}
+class Exploration;
+} // namespace simgrid::mc
 
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;