Move folly/Hash.h to folly/hash/, leaving a shim
[folly.git] / folly / test / ConcurrentSkipListBenchmark.cpp
index 51f9a9f7b47df75ed50cd0d4fb0f8b40d39e9898..89de974b1a46ef313488575bbe2b652552e844c2 100644 (file)
@@ -24,8 +24,8 @@
 
 #include <folly/Benchmark.h>
 #include <folly/ConcurrentSkipList.h>
-#include <folly/Hash.h>
 #include <folly/RWSpinLock.h>
+#include <folly/hash/Hash.h>
 #include <folly/portability/GFlags.h>
 #include <glog/logging.h>