Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Sort out FIXMEs and TODOs
[simgrid.git] / src / mc / mc_record.cpp
index 19e7db4..a504372 100644 (file)
@@ -12,7 +12,6 @@
 #include <sstream>
 #include <string>
 
-#include <xbt/fifo.h>
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
 
@@ -30,7 +29,7 @@
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_state.h"
 #include "src/mc/mc_smx.h"
-#include "src/mc/LivenessChecker.hpp"
+#include "src/mc/Checker.hpp"
 #endif
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_record, mc,