Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unify struct and class declarations
[simgrid.git] / src / mc / explo / udpor / udpor_forward.hpp
index 6dff0eb..a279b8f 100644 (file)
@@ -3,7 +3,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/** @file mc_forward.hpp
+/** @file udpor_forward.hpp
  *
  *  Forward definitions for MC types specific to UDPOR
  */
 #ifndef SIMGRID_MC_UDPOR_FORWARD_HPP
 #define SIMGRID_MC_UDPOR_FORWARD_HPP
 
+#include "src/mc/mc_forward.hpp"
+#include <simgrid/forward.h>
+
 namespace simgrid::mc::udpor {
 
+class Comb;
+struct ExtensionSetCalculator;
 class EventSet;
-class UnfoldingEvent;
 class Configuration;
-class StateManager;
-using StateHandle = unsigned long long;
+class History;
+class Unfolding;
+class UnfoldingEvent;
+struct maximal_subsets_iterator;
 
 } // namespace simgrid::mc::udpor