Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to please Sonar about redundant forward declaration of Transition.
[simgrid.git] / src / mc / mc_record.hpp
index 7cfea8f..244bb20 100644 (file)
@@ -17,7 +17,8 @@
 #ifndef SIMGRID_MC_RECORD_HPP
 #define SIMGRID_MC_RECORD_HPP
 
-#include "src/mc/Transition.hpp"
+#include "src/mc/mc_config.hpp"
+#include "src/mc/mc_forward.hpp"
 #include "xbt/base.h"
 
 #include <vector>