Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / futures / test / ViaTest.cpp
index fb2008a8d0236f65472af5f78849eedf31328aae..f7a81c9956bb4687b50f83e351a513ce9160ce6d 100644 (file)
 
 #include <thread>
 
-#include <folly/Baton.h>
 #include <folly/MPMCQueue.h>
 #include <folly/executors/DrivableExecutor.h>
 #include <folly/executors/InlineExecutor.h>
 #include <folly/executors/ManualExecutor.h>
 #include <folly/futures/Future.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 
 using namespace folly;