CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / AtomicHashArray.h
index 16b8dad0c97dd0b48fe5110ea7b3c7dd78b5a5f0..654077b1945759d30a9aa08711c2027cf3d7df90 100644 (file)
@@ -37,9 +37,9 @@
 #include <boost/iterator/iterator_facade.hpp>
 #include <boost/noncopyable.hpp>
 
-#include <folly/Hash.h>
 #include <folly/ThreadCachedInt.h>
 #include <folly/Utility.h>
+#include <folly/hash/Hash.h>
 
 namespace folly {