Sort #include lines
[folly.git] / folly / test / RandomBenchmark.cpp
index 287482e5f3b9c71665fd96c05d962eea16aa6bbc..60f6c5bc2e2e9cf0c511c857915f2dc4b6d62be9 100644 (file)
 
 #include <folly/Random.h>
 
-#include <folly/Benchmark.h>
-#include <folly/Foreach.h>
+#include <random>
+#include <thread>
 
 #include <glog/logging.h>
 
-#include <thread>
-#include <random>
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 
 using namespace folly;