Move the SpookyHash libraries into folly/hash
[folly.git] / folly / Hash.h
index 90492180f6a41f10ce37227d394add19b8d5ea28..e8b75df377972be27b4673679c96fb18e7534061 100644 (file)
@@ -26,8 +26,8 @@
 
 #include <folly/ApplyTuple.h>
 #include <folly/Bits.h>
-#include <folly/SpookyHashV1.h>
-#include <folly/SpookyHashV2.h>
+#include <folly/hash/SpookyHashV1.h>
+#include <folly/hash/SpookyHashV2.h>
 
 /*
  * Various hashing functions.