am 218daa2d: Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc

* commit '218daa2d876c5989f956e8e54b8f28f33d11b31f':
  Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc
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"