Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / executors / task_queue / test / UnboundedBlockingQueueTest.cpp
index a7b1efd510efe4fd72fa27d9516c2b6ef0e4f86f..c3e7d0d40f1782964b158fcc53fe1434bf8c6ad1 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 #include <folly/executors/task_queue/UnboundedBlockingQueue.h>
-#include <folly/Baton.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 #include <thread>
 
 using namespace folly;