move MemoryMapping, Shell, ThreadId, ThreadName, and VersionCheck to system/
[folly.git] / folly / detail / MemoryIdler.h
index fcbde0027a4ee0101bb6f9fe210a56891d25fb71..13fe453ef063c07dd47524e82e150f972ae0ed31 100644 (file)
@@ -21,9 +21,9 @@
 
 #include <folly/AtomicStruct.h>
 #include <folly/Hash.h>
-#include <folly/ThreadId.h>
 #include <folly/Traits.h>
 #include <folly/detail/Futex.h>
+#include <folly/system/ThreadId.h>
 
 namespace folly {