Sort #include lines
[folly.git] / folly / test / SingletonTest.cpp
index be95ea4dfef9a6496dee19d62f3a1a9de5bd2a60..67f88f1a711fdb1dad0ab2b2d6209b5f674d8f94 100644 (file)
@@ -16,6 +16,9 @@
 
 #include <thread>
 
+#include <boost/thread/barrier.hpp>
+#include <glog/logging.h>
+
 #include <folly/Singleton.h>
 #include <folly/experimental/io/FsUtil.h>
 #include <folly/io/async/EventBase.h>
@@ -27,9 +30,6 @@
 #include <folly/Subprocess.h>
 #endif
 
-#include <glog/logging.h>
-#include <boost/thread/barrier.hpp>
-
 FOLLY_GCC_DISABLE_WARNING("-Wdeprecated-declarations")
 
 using namespace folly;