move futures/ScheduledExecutor to executors/ScheduledExecutor
[folly.git] / folly / futures / ManualExecutor.h
index 373e4ac731613d00c85bbddc435396a23e1e9161..a45de257b0d4bfa2e6afd1cbdb6e9b1001dfd4ba 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <folly/LifoSem.h>
 #include <folly/executors/DrivableExecutor.h>
-#include <folly/futures/ScheduledExecutor.h>
+#include <folly/executors/ScheduledExecutor.h>
 
 namespace folly {
   /// A ManualExecutor only does work when you turn the crank, by calling