move InlineExecutor, ManualExecutor, and GlobalThreadPoolList to
[folly.git] / folly / futures / test / WindowTest.cpp
index 098fc7a8fef9a7e02eb41569b4d18b8802346d84..90158d4749ce36e1968e664346c38e4e9fc8cf48 100644 (file)
@@ -17,8 +17,8 @@
 #include <boost/thread/barrier.hpp>
 
 #include <folly/Conv.h>
+#include <folly/executors/ManualExecutor.h>
 #include <folly/futures/Future.h>
-#include <folly/futures/ManualExecutor.h>
 #include <folly/portability/GTest.h>
 
 #include <vector>