Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / futures / test / FutureTest.cpp
index e269aa153b7329ad0df2530f4beceed13d6f890b..ae321fde4ca20253e8aad642c96ff6035f5ffabe 100644 (file)
  * limitations under the License.
  */
 
-#include <folly/Baton.h>
+#include <folly/futures/Future.h>
 #include <folly/Executor.h>
 #include <folly/Memory.h>
 #include <folly/Unit.h>
 #include <folly/dynamic.h>
-#include <folly/futures/Future.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 
 #include <algorithm>
 #include <atomic>