summaryrefslogtreecommitdiff
path: root/dex2oat/dex/quick_compiler_callbacks.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2019-03-13 15:49:20 -0700
committer Treehugger Robot <treehugger-gerrit@google.com> 2019-03-15 16:11:36 +0000
commita43ba3da86c046c545a988f3d40f53c24a525f83 (patch)
treea66479561d9f14a9b19e31a9a6851f81ae50673c /dex2oat/dex/quick_compiler_callbacks.cc
parente37b7915908dba10e90c39a3a82cb0cd1dc05f5c (diff)
ART: Add ClassVerifier
Remove class handling from MethodVerifier. Test: m test-art-host Change-Id: I0e125e0c8a852936ed7cff0f349a7fde97f62826
Diffstat (limited to 'dex2oat/dex/quick_compiler_callbacks.cc')
-rw-r--r--dex2oat/dex/quick_compiler_callbacks.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/dex2oat/dex/quick_compiler_callbacks.cc b/dex2oat/dex/quick_compiler_callbacks.cc
index c277f033d2..f6f82678c8 100644
--- a/dex2oat/dex/quick_compiler_callbacks.cc
+++ b/dex2oat/dex/quick_compiler_callbacks.cc
@@ -19,10 +19,6 @@
#include "dex/verification_results.h"
#include "driver/compiler_driver.h"
#include "mirror/class-inl.h"
-#include "mirror/object.h"
-#include "obj_ptr-inl.h"
-#include "thread-current-inl.h"
-#include "verifier/method_verifier-inl.h"
namespace art {