move InlineExecutor, ManualExecutor, and GlobalThreadPoolList to
[folly.git] / folly / futures / test / SelfDestructTest.cpp
index 41b56bf5967d84bf4f5bbe20f0c024c170d23b55..fb2bc3f2011b976cd2635898c35a40fb33cb699f 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
+#include <folly/executors/InlineExecutor.h>
 #include <folly/futures/Future.h>
-#include <folly/futures/InlineExecutor.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;