Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use the symbolic values for the xbt_automaton_exp_label::type enum
[simgrid.git] / src / mc / PageStore.cpp
index 9b196b8cde2ed4459b36531910da76b3449a617d..8634716406332754effa353a5757014bf5165624 100644 (file)
@@ -9,7 +9,9 @@
 
 #include <sys/mman.h>
 
-#include <xbt.h>
+#include <xbt/base.h>
+#include <xbt/log.h>
+#include <xbt/sysdep.h>
 
 #include "src/mc/PageStore.hpp"