summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-04-24 13:19:09 -0700
committerAndreas Gampe <agampe@google.com>2017-04-24 14:18:45 -0700
commit6d7abbd2324f544c6b6da42bb6b9b531df0ce3cd (patch)
tree669705a042bbc77c7963c117a9bf6f7a2308f9c8 /runtime/quick_exception_handler.cc
parent0dfc315a096bf5678cb5182771e3fdcca8ea4433 (diff)
ART: More header cleanup - method_verifier.h
Move enumerations to own header. Move the compiler interface (of what the compiler can tolerate) into its own header. Replace or remove method_verifier.h where possible. Test: mmma art Change-Id: I075fcb10b02b6c1c760daad31cb18eaa42067b6d
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r--runtime/quick_exception_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc
index 72e0500457..b8669412fc 100644
--- a/runtime/quick_exception_handler.cc
+++ b/runtime/quick_exception_handler.cc
@@ -32,7 +32,6 @@
#include "oat_quick_method_header.h"
#include "stack.h"
#include "stack_map.h"
-#include "verifier/method_verifier.h"
namespace art {