Fix incorrect usages of folly::Synchronized
[folly.git] / folly / experimental / TLRefCount.h
index 9e2a1da5213b330aab1505056c218723ce70e8a7..e8baf26e213be2ccae5ba5bb1b8f16d12dd5e2db 100644 (file)
@@ -16,7 +16,7 @@
 #pragma once
 
 #include <folly/ThreadLocal.h>
-#include <folly/experimental/AsymmetricMemoryBarrier.h>
+#include <folly/synchronization/AsymmetricMemoryBarrier.h>
 
 namespace folly {
 
@@ -210,4 +210,4 @@ class TLRefCount {
   std::shared_ptr<void> collectGuard_;
 };
 
-}
+} // namespace folly