From 3a21e386fa55a8b86dffa5250985b263fcfd2155 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 2 Sep 2016 12:38:38 +0100 Subject: Clean up some includes. Remove some unnecessary includes from header files, replace others with forward references and add includes to source files as needed. Reduce dependency on stack.h by pulling StackReference<> out to its own file. Test: m test-art-host Change-Id: I0fb182145e328870cbd918b0ef6ae2950223c1b2 --- runtime/quick_exception_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index 9e1109ea85..55aba2befa 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -30,6 +30,7 @@ #include "mirror/class_loader.h" #include "mirror/throwable.h" #include "oat_quick_method_header.h" +#include "stack.h" #include "stack_map.h" #include "verifier/method_verifier.h" -- cgit v1.2.3-59-g8ed1b