move InlineExecutor, ManualExecutor, and GlobalThreadPoolList to
[folly.git] / folly / executors / test / SerialExecutorTest.cpp
index 285fd74736b825134209743677f22ece4e28dd85..ae487591f860c80ee5d6275ec789535ba7c590ff 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <folly/Baton.h>
 #include <folly/executors/CPUThreadPoolExecutor.h>
+#include <folly/executors/InlineExecutor.h>
 #include <folly/executors/SerialExecutor.h>
-#include <folly/futures/InlineExecutor.h>
 #include <folly/portability/GTest.h>
 
 using namespace std::chrono;