Move folly/Hash.h to folly/hash/
[folly.git] / folly / io / test / CompressionTest.cpp
index 69a037d8597beb3570e26e3a29d1dd6518cb9cf9..69069c82f6ed88ad2f2ce7bd3bb171fed6b4da36 100644 (file)
 #include <glog/logging.h>
 
 #include <folly/Benchmark.h>
-#include <folly/Hash.h>
 #include <folly/Memory.h>
 #include <folly/Random.h>
 #include <folly/Varint.h>
+#include <folly/hash/Hash.h>
 #include <folly/io/IOBufQueue.h>
 #include <folly/portability/GTest.h>