Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
[folly.git] / folly / experimental / StringKeyedUnorderedSet.h
index 269d2e6d23905913b1c9f420720a40d06af18e1c..11317ede72cbb6519e8d78bbeec5dffacd41b84a 100644 (file)
@@ -24,9 +24,9 @@
 #include <unordered_set>
 #include <utility>
 
+#include <folly/Hash.h>
 #include <folly/Range.h>
 #include <folly/experimental/StringKeyedCommon.h>
-#include <folly/hash/Hash.h>
 
 namespace folly {