Move folly/Hash.h to folly/hash/
[folly.git] / folly / dynamic.cpp
index 08e97472832b4ac4f4cb069e766a9347fa1bca23..3ac1173bac92e0a9091e2f817a3638ad019d4741 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <folly/Assume.h>
 #include <folly/Format.h>
-#include <folly/Hash.h>
+#include <folly/hash/Hash.h>
 #include <folly/portability/BitsFunctexcept.h>
 
 namespace folly {