Sort #include lines
[folly.git] / folly / Subprocess.cpp
index 52dad4350bc91eec3f15eb0a21be3af18e3f5ca6..1c9eade3f9e34000b26d60ea54ded2667851d02c 100644 (file)
@@ -25,8 +25,8 @@
 #endif
 #include <fcntl.h>
 
-#include <array>
 #include <algorithm>
+#include <array>
 #include <system_error>
 
 #include <boost/container/flat_set.hpp>