]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_record.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless extern "C" around logging categories
[simgrid.git] / src / mc / mc_record.h
index 2939b6af072fc5efb07426d448697733bbac5ff6..17493f04a410f3b6f8c36299ed4c4d02c496f6c4 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef SIMGRID_MC_RECORD_H
 #define SIMGRID_MC_RECORD_H
 
-#include <stdbool.h>
-
-#include "simgrid_config.h"
+#include <xbt/base.h>
+#include <xbt/dynar.h>
+#include <xbt/fifo.h>
 
 SG_BEGIN_DECL()