Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split TransitionAny and TransitionRandom to their own files
[simgrid.git] / src / mc / api / State.hpp
index dad5948..17efbfd 100644 (file)
@@ -6,9 +6,9 @@
 #ifndef SIMGRID_MC_STATE_HPP
 #define SIMGRID_MC_STATE_HPP
 
-#include "src/mc/api/Transition.hpp"
 #include "src/mc/mc_pattern.hpp"
 #include "src/mc/sosp/Snapshot.hpp"
+#include "src/mc/transition/Transition.hpp"
 
 namespace simgrid {
 namespace mc {