X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edb58d998573dba62c74537dcacce8b4b9a7df80..6260d187764dc644d699e1a53454f7efdcc682df:/src/mc/explo/udpor/udpor_forward.hpp diff --git a/src/mc/explo/udpor/udpor_forward.hpp b/src/mc/explo/udpor/udpor_forward.hpp index ab28a5a970..23c13f3bec 100644 --- a/src/mc/explo/udpor/udpor_forward.hpp +++ b/src/mc/explo/udpor/udpor_forward.hpp @@ -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 */ @@ -11,14 +11,19 @@ #ifndef SIMGRID_MC_UDPOR_FORWARD_HPP #define SIMGRID_MC_UDPOR_FORWARD_HPP +#include "src/mc/mc_forward.hpp" +#include + namespace simgrid::mc::udpor { +class Comb; +class ExtensionSetCalculator; class EventSet; -class UnfoldingEvent; class Configuration; -class StateManager; +class History; class Unfolding; -using StateHandle = unsigned long long; +class UnfoldingEvent; +class maximal_subsets_iterator; } // namespace simgrid::mc::udpor