commit | 218daa2d876c5989f956e8e54b8f28f33d11b31f | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Nov 25 14:51:44 2013 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Mon Nov 25 14:51:44 2013 -0800 |
tree | 574798ae69a69412660145af2294778c74af0362 | |
parent | 73fbaadee029f310362c9d83a52177f00f2e5d77 [diff] [blame] |
Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc Change-Id: Ieded9c5c93839c8f3eb5c5427229743a4c45c5ee
diff --git a/runtime/gc/allocator/rosalloc.cc b/runtime/gc/allocator/rosalloc.cc index 3030fa7..469b098 100644 --- a/runtime/gc/allocator/rosalloc.cc +++ b/runtime/gc/allocator/rosalloc.cc
@@ -15,7 +15,7 @@ */ #include "base/mutex-inl.h" -#include "thread.h" +#include "thread-inl.h" #include "thread_list.h" #include "rosalloc.h"