includes: sort all includes
[gem5.git] / util / statetrace / base / tracechild.cc
index b5665ff3754f8d2d166611d63bcce10306d7a032..d22f2fd4346befc62bf158b73ed116309b4864b2 100644 (file)
  * Authors: Gabe Black
  */
 
-#include "tracechild.hh"
-#include <cstring>
-#include <errno.h>
-#include <iostream>
 #include <sys/ptrace.h>
 #include <sys/wait.h>
 
+#include <cerrno>
+#include <cstring>
+#include <iostream>
+
+#include "tracechild.hh"
+
 using namespace std;
 
 bool