Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
[folly.git] / folly / concurrency / CacheLocality.h
index ecbed1ef94b008c14c715e4c9074a9491721cbd9..38f5557ceced1ff9de3369a82f942bd76c848481 100644 (file)
 #include <unordered_map>
 #include <vector>
 
+#include <folly/Hash.h>
 #include <folly/Indestructible.h>
 #include <folly/Likely.h>
 #include <folly/Memory.h>
 #include <folly/Portability.h>
 #include <folly/ThreadId.h>
-#include <folly/hash/Hash.h>
 #include <folly/portability/BitsFunctexcept.h>
 #include <folly/portability/Memory.h>