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 865df16..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 Configuration;
 class History;
 class Unfolding;
 class UnfoldingEvent;
-class maximal_subsets_iterator;
+struct maximal_subsets_iterator;
 
 } // namespace simgrid::mc::udpor