ART: Add array-alloc-inl.h
In an effort to reduce the (transitive) proliferation of heap-inl
add a specific inline header for array allocation.
Bug: 118385392
Test: mmma art
Test: m test-art-host
Change-Id: Id3378f40c52fa7ef4297af08cb7509e0c04b94d1
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc
index 27ac90b..af71727 100644
--- a/runtime/class_linker_test.cc
+++ b/runtime/class_linker_test.cc
@@ -33,6 +33,7 @@
#include "experimental_flags.h"
#include "gc/heap.h"
#include "handle_scope-inl.h"
+#include "mirror/array-alloc-inl.h"
#include "mirror/accessible_object.h"
#include "mirror/call_site.h"
#include "mirror/class-inl.h"