Move folly/Hash.h to folly/hash/
[folly.git] / folly / test / ThreadCachedIntTest.cpp
index e09c780fd4b2d6cad11ebb9e3e66990975daad55..588aa52eeb84ea1a291a8eb834ad2e9309f885ba 100644 (file)
@@ -23,8 +23,8 @@
 #include <glog/logging.h>
 
 #include <folly/Benchmark.h>
-#include <folly/Hash.h>
 #include <folly/ThreadId.h>
+#include <folly/hash/Hash.h>
 #include <folly/portability/GFlags.h>
 #include <folly/portability/GTest.h>