CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / concurrency / CacheLocality.h
index 457e107accc30adf1d00d09f9d394897b54ea6f5..caae2395ab5e9c79065db06c9e3b7193aff3500a 100644 (file)
 #include <unordered_map>
 #include <vector>
 
-#include <folly/Hash.h>
 #include <folly/Indestructible.h>
 #include <folly/Likely.h>
 #include <folly/Memory.h>
 #include <folly/Portability.h>
+#include <folly/hash/Hash.h>
 #include <folly/portability/BitsFunctexcept.h>
 #include <folly/portability/Memory.h>
 #include <folly/system/ThreadId.h>