CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / FBString.h
index 9c9f670bf0290093bf2e289314208d52ccec5868..4882aac577650dc0689c91baa9269e5bf4438390 100644 (file)
@@ -54,8 +54,8 @@
 #include <string>
 #include <utility>
 
-#include <folly/Hash.h>
 #include <folly/Traits.h>
+#include <folly/hash/Hash.h>
 #include <folly/memory/Malloc.h>
 #include <folly/portability/BitsFunctexcept.h>