Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compare file prefix only.
[simgrid.git] / src / mc / mc_record.h
index a257770..56a3410 100644 (file)
 #ifndef SIMGRID_MC_RECORD_H
 #define SIMGRID_MC_RECORD_H
 
-#include <string>
-#include <vector>
-
-#include <xbt/base.h>
-
 #include "src/mc/Transition.hpp"
+#include "xbt/base.h"
+
+#include <vector>
 
 namespace simgrid {
 namespace mc {