Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / futures / test / WaitTest.cpp
index 57e4e172d2f9354e2be292d0f9dc982e23e30fac..1d1b287d8f087d8202ddcf984912b8a5cadab43d 100644 (file)
 
 #include <queue>
 
-#include <folly/Baton.h>
 #include <folly/futures/Future.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 
 using namespace folly;
 using std::vector;