Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please codacy (integer type consistency).
[simgrid.git] / src / mc / mc_checkpoint.cpp
index 9f7775c81229af1b98eee9356b1ba4308635bbb1..daf52a4856b23a087842955faa3cab6c143f81fa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2015. The SimGrid Team.
+/* Copyright (c) 2008-2017. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -6,10 +6,10 @@
 
 #include <unistd.h>
 
+#include <cstring>
+#include <dirent.h>
 #include <fcntl.h>
-#include <string.h>
 #include <link.h>
-#include <dirent.h>
 
 #ifndef WIN32
 #include <sys/mman.h>