Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / futures / test / Benchmark.cpp
index a9c743de70a4f089994718e876563a1b731f426e..336ce7f7894b881131946ce3bef746e8caf340c3 100644 (file)
  */
 
 #include <folly/Benchmark.h>
-#include <folly/Baton.h>
 #include <folly/executors/InlineExecutor.h>
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise.h>
 #include <folly/portability/GFlags.h>
 #include <folly/portability/Semaphore.h>
+#include <folly/synchronization/Baton.h>
 
 #include <vector>