From fd63bbf88147e19c32c21678b90d8cc450496fc3 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 29 Oct 2018 12:55:35 -0700 Subject: ART: Add string-alloc-inl.h In an effort to reduce the (transitive) proliferation of heap-inl add a specific inline header for string allocation. Bug: 118385392 Test: mmma art Test: m test-art-host Change-Id: I68d3bcf2b3615d12231010940d0a24a1dbc03826 --- runtime/native/java_lang_String.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_String.cc') diff --git a/runtime/native/java_lang_String.cc b/runtime/native/java_lang_String.cc index 78ec859ef9..4be2086ec9 100644 --- a/runtime/native/java_lang_String.cc +++ b/runtime/native/java_lang_String.cc @@ -23,8 +23,8 @@ #include "jni/jni_internal.h" #include "mirror/array.h" #include "mirror/object-inl.h" +#include "mirror/string-alloc-inl.h" #include "mirror/string-inl.h" -#include "mirror/string.h" #include "native_util.h" #include "nativehelper/scoped_local_ref.h" #include "scoped_fast_native_object_access-inl.h" -- cgit v1.2.3-59-g8ed1b