move MemoryMapping, Shell, ThreadId, ThreadName, and VersionCheck to system/
[folly.git] / folly / detail / MemoryIdler.h
index fc7c8b7eefb416e2fa568baef36c1cf557f47460..13fe453ef063c07dd47524e82e150f972ae0ed31 100644 (file)
 #include <chrono>
 
 #include <folly/AtomicStruct.h>
-#include <folly/ThreadId.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 {