Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
[folly.git] / folly / test / ConcurrentSkipListBenchmark.cpp
index 97c276200ed83d84fd288b8d4f87c2005f54f925..cfe9aa983b6a806c62bfd3c0670fd964adc3baae 100644 (file)
@@ -23,8 +23,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>