CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / AtomicHashMap.h
index 280b0dd97e77b582cde3ceac30d3eace56a578fc..2243b6bef7415e07355987e0ecd383c9cc7c6ade 100644 (file)
 #include <stdexcept>
 
 #include <folly/AtomicHashArray.h>
-#include <folly/Hash.h>
 #include <folly/Likely.h>
 #include <folly/ThreadCachedInt.h>
 #include <folly/container/Foreach.h>
+#include <folly/hash/Hash.h>
 
 namespace folly {