summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_common.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2023-11-15 13:32:47 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2023-11-15 15:23:19 +0000
commit077dadcee62d4783358a4f5ad87e1e29178c4056 (patch)
treef02fca0b5e134e4727c8255c2d532ac168b369e5 /runtime/interpreter/interpreter_common.h
parent1fde65ece2163c459069a8f3a42bd2663994c88c (diff)
Remove some unnecessary WellKnownClasses #includes.
Remove unnecesary includes from .h files and add an include that becomes necessary in a .cc file. Test: m Change-Id: I08237f612b366dedc2f2dce7c936d62de95089f5
Diffstat (limited to 'runtime/interpreter/interpreter_common.h')
-rw-r--r--runtime/interpreter/interpreter_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.h b/runtime/interpreter/interpreter_common.h
index 667a5990a9..94cf8f8795 100644
--- a/runtime/interpreter/interpreter_common.h
+++ b/runtime/interpreter/interpreter_common.h
@@ -63,7 +63,6 @@
#include "thread-inl.h"
#include "unstarted_runtime.h"
#include "verifier/method_verifier.h"
-#include "well_known_classes.h"
namespace art {
namespace interpreter {