Move folly/Hash.h to folly/hash/
[folly.git] / folly / test / AtomicHashArrayTest.cpp
index 780076a1abcd402d1caaf600463814bebedb6069..531732c4b63bcbbfba7429d9e591ce08f0cef519 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <folly/AtomicHashArray.h>
 #include <folly/Conv.h>
-#include <folly/Hash.h>
 #include <folly/Memory.h>
+#include <folly/hash/Hash.h>
 #include <folly/portability/GTest.h>
 #include <folly/portability/SysMman.h>