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

Public GIT Repository
further cleanups of the MC protocol (and fix its build :)
[simgrid.git] / src / mc / mc_record.h
index a25777057a00bc5aadbba67b2de5de21f0447c1d..56a341008c16491233981ce537fab0fe135cbdea 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 {