diff options
| author | 2017-04-25 01:42:53 +0000 | |
|---|---|---|
| committer | 2017-04-25 01:42:57 +0000 | |
| commit | 0bf4c8b7d6ad79b527d8d1aa976b59a989528b52 (patch) | |
| tree | 3575c657413abe7d7c3623e0be256f1c1ffeb96e /runtime/quick_exception_handler.cc | |
| parent | 6eb267bef0bead23d03d3affe146cf837e6f95d1 (diff) | |
| parent | 6d7abbd2324f544c6b6da42bb6b9b531df0ce3cd (diff) | |
Merge "ART: More header cleanup - method_verifier.h"
Diffstat (limited to 'runtime/quick_exception_handler.cc')
| -rw-r--r-- | runtime/quick_exception_handler.cc | 1 | 
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 {  |