move InlineExecutor, ManualExecutor, and GlobalThreadPoolList to
[folly.git] / folly / futures / test / Benchmark.cpp
index 56f4f712375ade70afd76525b80eeebe6247bb0f..a9c743de70a4f089994718e876563a1b731f426e 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <folly/Benchmark.h>
 #include <folly/Baton.h>
+#include <folly/executors/InlineExecutor.h>
 #include <folly/futures/Future.h>
-#include <folly/futures/InlineExecutor.h>
 #include <folly/futures/Promise.h>
 #include <folly/portability/GFlags.h>
 #include <folly/portability/Semaphore.h>