CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / detail / MemoryIdler.h
index 1a8fe3ae1355b19c906b1b93470bbf325c5afe85..1cabfecc558eea838d8873769b7378df3cb9f2b0 100644 (file)
@@ -20,9 +20,9 @@
 #include <chrono>
 
 #include <folly/AtomicStruct.h>
-#include <folly/Hash.h>
 #include <folly/Traits.h>
 #include <folly/detail/Futex.h>
+#include <folly/hash/Hash.h>
 #include <folly/system/ThreadId.h>
 
 namespace folly {