Move folly/LifoSem.h
[folly.git] / folly / executors / ManualExecutor.h
index 9f060164cb158524c8163fc30494c7010a4b592c..bad7d96ec971f7ba33d098675a74843118c1a052 100644 (file)
@@ -21,9 +21,9 @@
 #include <mutex>
 #include <queue>
 
-#include <folly/LifoSem.h>
 #include <folly/executors/DrivableExecutor.h>
 #include <folly/executors/ScheduledExecutor.h>
+#include <folly/synchronization/LifoSem.h>
 
 namespace folly {
   /// A ManualExecutor only does work when you turn the crank, by calling