Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In C++ files, replace SG_{BEGIN,END}+_DECL() by extern "C" { }.
[simgrid.git] / src / mc / checker / LivenessChecker.hpp
index ed4994eaf0d61a0a6f171a3f3bdbf086654199b2..a6c6f42f125e85c629cb4abbef52e7a1a50ed4f5 100644 (file)
 #include <simgrid_config.h>
 #include <xbt/base.h>
 #include <xbt/automaton.h>
-#include "src/mc/mc_state.h"
+#include "src/mc/mc_state.hpp"
 #include "src/mc/checker/Checker.hpp"
 
-SG_BEGIN_DECL()
-
-SG_END_DECL()
-
 namespace simgrid {
 namespace mc {