From 70f5fd0770adbef645950895309a2a63c3bde7c0 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 24 Oct 2018 19:58:37 -0700 Subject: ART: Add class-alloc-inl.h In an effort to reduce the (transitive) proliferation of heap-inl add a specific inline header for class instance allocation. Bug: 118385392 Test: mmma art Test: m test-art-host Change-Id: I32529f0221a836452c58687330a91ac0d5fde162 --- runtime/class_linker.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/class_linker.cc') diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 627ac1711b..0247e4e076 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -90,6 +90,7 @@ #include "mirror/array-alloc-inl.h" #include "mirror/array-inl.h" #include "mirror/call_site.h" +#include "mirror/class-alloc-inl.h" #include "mirror/class-inl.h" #include "mirror/class.h" #include "mirror/class_ext.h" -- cgit v1.2.3-59-g8ed1b