From 5868adaefe72cc8bcdcd8325c40f712375a506d1 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 12 May 2020 11:50:34 +0100 Subject: Move implementations from class_root.h to -inl.h . Make it possible to include the definition of enum ClassRoot without pulling in a lot of other headers. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Test: aosp_taimen-userdebug boots. Change-Id: Ic90fdd70bfe0c5428a5c9a0d7901ea7e15b03488 --- runtime/native/java_lang_Class.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_Class.cc') diff --git a/runtime/native/java_lang_Class.cc b/runtime/native/java_lang_Class.cc index 5a73bf3383..c47d5e4fe9 100644 --- a/runtime/native/java_lang_Class.cc +++ b/runtime/native/java_lang_Class.cc @@ -22,7 +22,7 @@ #include "art_method-inl.h" #include "base/enums.h" #include "class_linker-inl.h" -#include "class_root.h" +#include "class_root-inl.h" #include "common_throws.h" #include "dex/descriptors_names.h" #include "dex/dex_file-inl.h" -- cgit v1.2.3-59-g8ed1b