Move folly/Baton.h to folly/synchronization/
[folly.git] / folly / system / test / ThreadNameTest.cpp
index 9dce6bd9765f51e9ff92af0c70615ed9aa97b8cd..c4150247b5fccb07e5041d7032eb563cb0c7c637 100644 (file)
@@ -16,9 +16,9 @@
 
 #include <thread>
 
-#include <folly/Baton.h>
 #include <folly/ScopeGuard.h>
 #include <folly/portability/GTest.h>
+#include <folly/synchronization/Baton.h>
 #include <folly/system/ThreadName.h>
 
 using namespace std;