Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please codacy (integer type consistency).
[simgrid.git] / src / mc / mc_record.h
index ec24b70d49dca6af60d739f86f7e22df172ea2b6..56a341008c16491233981ce537fab0fe135cbdea 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2014-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2014-2017. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 #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 {