Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
[folly.git] / folly / detail / MemoryIdler.h
index fc7c8b7eefb416e2fa568baef36c1cf557f47460..fcbde0027a4ee0101bb6f9fe210a56891d25fb71 100644 (file)
 #include <chrono>
 
 #include <folly/AtomicStruct.h>
+#include <folly/Hash.h>
 #include <folly/ThreadId.h>
 #include <folly/Traits.h>
 #include <folly/detail/Futex.h>
-#include <folly/hash/Hash.h>
 
 namespace folly {