Index: runtime/vm/os_thread.h |
diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h |
index 2dfd3f558fd2ce0b26f4f3d70d434eeee55e390b..98a156640a17f9734ec3c966dc936d3e605802c7 100644 |
--- a/runtime/vm/os_thread.h |
+++ b/runtime/vm/os_thread.h |
@@ -6,7 +6,6 @@ |
#define VM_OS_THREAD_H_ |
#include "platform/globals.h" |
-#include "vm/allocation.h" |
// Declare the OS-specific types ahead of defining the generic classes. |
#if defined(TARGET_OS_ANDROID) |
@@ -24,7 +23,8 @@ |
namespace dart { |
// Low-level operations on OS platform threads. |
-class OSThread : AllStatic { |
+// TODO(koda): Move to runtime/platform. |
+class OSThread { |
public: |
static ThreadLocalKey kUnsetThreadLocalKey; |
static ThreadId kInvalidThreadId; |