CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / experimental / symbolizer / ElfCache.h
index b9d7d966b6a034703ed535de1e85b5661ed86122..57a36cf7439053c6fbfb781958623999a6b5ba82 100644 (file)
@@ -29,9 +29,9 @@
 #include <boost/operators.hpp>
 #include <glog/logging.h>
 
-#include <folly/Hash.h>
 #include <folly/Range.h>
 #include <folly/experimental/symbolizer/Elf.h>
+#include <folly/hash/Hash.h>
 
 namespace folly {
 namespace symbolizer {