Sort #include lines
[folly.git] / folly / test / ThreadCachedArenaTest.cpp
index e835ae994e7f0bf1acde03d56bf3b155f9af480e..458239db9aff799fb0ff5579182534a1edf8b8e1 100644 (file)
  */
 
 #include <folly/ThreadCachedArena.h>
-#include <folly/Memory.h>
 
+#include <algorithm>
+#include <iterator>
 #include <map>
 #include <mutex>
-#include <thread>
-#include <iterator>
-#include <algorithm>
 #include <random>
+#include <thread>
 #include <unordered_map>
 
 #include <glog/logging.h>
 
-#include <folly/Range.h>
 #include <folly/Benchmark.h>
+#include <folly/Memory.h>
+#include <folly/Range.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;