Automated merge with ssh://repo.gem5.org/gem5
[gem5.git] / src / sim / serialize.cc
index 44fe7b2e7f22b9616968d28ae9beaf0c3abb7d3c..03f900837dc4c9374ece271491823f9ca4e98c34 100644 (file)
  *          Steve Reinhardt
  */
 
+#include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
 
+#include <cerrno>
 #include <fstream>
 #include <list>
 #include <string>