Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / executors / test / ExecutorTest.cpp
index 2bbc56a1fa270081492f2efa545b7b75ba3959c2..e017ca789122ce3c964ec6ab347965c691e5a1ab 100644 (file)
  * limitations under the License.
  */
 
-#include <folly/Baton.h>
 #include <folly/executors/InlineExecutor.h>
 #include <folly/executors/ManualExecutor.h>
 #include <folly/executors/QueuedImmediateExecutor.h>
 #include <folly/futures/Future.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 
 // TODO(jsedgwick) move this test to executors/test/ once the tested executors
 // have all moved