Move CacheLocality out of detail/ and into concurrency/
[folly.git] / folly / TokenBucket.h
index d88bcd86260e1b1ca4ac7b03ef416f1d31411c46..905b0f9f31b22b21d17ddc883a7641186202b46d 100644 (file)
@@ -21,7 +21,7 @@
 #include <chrono>
 
 #include <folly/Likely.h>
-#include <folly/detail/CacheLocality.h>
+#include <folly/concurrency/CacheLocality.h>
 
 namespace folly {