Move the SpookyHash libraries into folly/hash
[folly.git] / folly / experimental / exception_tracer / ExceptionCounterLib.cpp
index 05e307dededbbfe69e2007f910b02bad1dddca43..c1a59cfb519b3e6bd856c6b659808d4645d2cee9 100644 (file)
@@ -21,9 +21,9 @@
 
 #include <folly/RWSpinLock.h>
 #include <folly/Range.h>
-#include <folly/SpookyHashV2.h>
 #include <folly/Synchronized.h>
 #include <folly/ThreadLocal.h>
+#include <folly/hash/SpookyHashV2.h>
 
 #include <folly/experimental/exception_tracer/ExceptionTracerLib.h>
 #include <folly/experimental/exception_tracer/StackTrace.h>