commit | 895f92218f705ff8ad9c47b8be0c093130d9fbbc | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jul 05 09:53:32 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Aug 04 07:31:52 2017 -0700 |
tree | de590436a5feb2db183e3f3e35e29817c5ea3fb6 | |
parent | c116154a4aae8ed1608a15ac602f8bd69d8ca0ff [diff] [blame] |
ART: Fix up small header includes Test: m Change-Id: I6978d6eb4b95a6ee810e5a48ca6f5d6c590d4ce1
diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h index 63142d5..2281245 100644 --- a/runtime/mirror/array-inl.h +++ b/runtime/mirror/array-inl.h
@@ -27,8 +27,7 @@ #include "class.h" #include "gc/heap-inl.h" #include "obj_ptr-inl.h" -#include "object-inl.h" -#include "thread.h" +#include "thread-current-inl.h" namespace art { namespace mirror {