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 93dc6cb..a6c6f42 100644 (file)
 #include "src/mc/mc_state.hpp"
 #include "src/mc/checker/Checker.hpp"
 
-SG_BEGIN_DECL()
-
-SG_END_DECL()
-
 namespace simgrid {
 namespace mc {