summaryrefslogtreecommitdiff
path: root/runtime/mirror/array-inl.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-07-05 09:53:32 -0700
committer Andreas Gampe <agampe@google.com> 2017-08-04 07:31:52 -0700
commit895f92218f705ff8ad9c47b8be0c093130d9fbbc (patch)
treede590436a5feb2db183e3f3e35e29817c5ea3fb6 /runtime/mirror/array-inl.h
parentc116154a4aae8ed1608a15ac602f8bd69d8ca0ff (diff)
ART: Fix up small header includes
Test: m Change-Id: I6978d6eb4b95a6ee810e5a48ca6f5d6c590d4ce1
Diffstat (limited to 'runtime/mirror/array-inl.h')
-rw-r--r--runtime/mirror/array-inl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h
index 63142d5c25..22812454d1 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 {