Sort #include lines
[folly.git] / folly / test / MemoryTest.cpp
index f5df99fb80563b3179eac46ef785abd3b3950d32..5ad28d5abb91ce3e32c3ce8f8d4f109cad2f678a 100644 (file)
  */
 
 #include <folly/Memory.h>
-#include <folly/Arena.h>
-#include <folly/String.h>
-#include <folly/portability/GTest.h>
-
-#include <glog/logging.h>
 
 #include <type_traits>
 #include <utility>
 
+#include <glog/logging.h>
+
+#include <folly/Arena.h>
+#include <folly/String.h>
+#include <folly/portability/GTest.h>
+
 using namespace folly;
 
 TEST(make_unique, compatible_with_std_make_unique) {