Move folly/LifoSem.h
[folly.git] / folly / executors / task_queue / UnboundedBlockingQueue.h
index 2f29fbfb93de813fd7a6c5abf6517269c4c344a4..8fc839153213695ed260a31760bbf451d607ff51 100644 (file)
@@ -16,9 +16,9 @@
 
 #pragma once
 
-#include <folly/LifoSem.h>
 #include <folly/Synchronized.h>
 #include <folly/executors/task_queue/BlockingQueue.h>
+#include <folly/synchronization/LifoSem.h>
 #include <queue>
 
 namespace folly {