Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
[folly.git] / folly / experimental / StringKeyedUnorderedMap.h
index 4cf33b434fa3f292255282020703bbe2d0cd27d7..41180cb771c9ce3ac0ba49235db78d5686a59310 100644 (file)
@@ -24,9 +24,9 @@
 #include <unordered_map>
 #include <utility>
 
+#include <folly/Hash.h>
 #include <folly/Range.h>
 #include <folly/experimental/StringKeyedCommon.h>
-#include <folly/hash/Hash.h>
 
 namespace folly {