Sort #include lines
[folly.git] / folly / Subprocess.h
index ea2a062afd16dd12acbc97ebfefa708c52d6070c..98f79d282bb2f5dfd8568ebba8e491141851b946 100644 (file)
@@ -93,8 +93,9 @@
 
 #pragma once
 
-#include <sys/types.h>
 #include <signal.h>
+#include <sys/types.h>
+
 #if __APPLE__
 #include <sys/wait.h>
 #else
 #endif
 
 #include <exception>
-#include <vector>
 #include <string>
+#include <vector>
 
 #include <boost/container/flat_map.hpp>