From 97d7e1cd7f733cb33a0e238bec6d7ed525638cd1 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 4 Oct 2016 14:44:28 +0100 Subject: Remove #include "oat_file.h" from class_linker.h . Refactor the OatClass and OatMethod related functions from ClassLinker to OatFile and ArtMethod, respectively. Refactor the remaining ClassLinker dependencies on OatFile to break the #include dependency and reduce incremental build times. Test: m test-art-host Change-Id: Iebc5b9f81b48fbcf79821cc827a5d7c4a0261bf6 --- test/common/stack_inspect.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/common/stack_inspect.cc') diff --git a/test/common/stack_inspect.cc b/test/common/stack_inspect.cc index d2aacf0562..4df2d470ec 100644 --- a/test/common/stack_inspect.cc +++ b/test/common/stack_inspect.cc @@ -20,6 +20,7 @@ #include "dex_file-inl.h" #include "mirror/class-inl.h" #include "nth_caller_visitor.h" +#include "oat_file.h" #include "runtime.h" #include "scoped_thread_state_change-inl.h" #include "stack.h" -- cgit v1.2.3-59-g8ed1b