summaryrefslogtreecommitdiff
path: root/runtime/class_linker-inl.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/class_linker-inl.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/class_linker-inl.h')
-rw-r--r--runtime/class_linker-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h
index c4f3b15d7c..e22387f7f2 100644
--- a/runtime/class_linker-inl.h
+++ b/runtime/class_linker-inl.h
@@ -36,7 +36,6 @@
#include "mirror/object_array-inl.h"
#include "obj_ptr-inl.h"
#include "scoped_thread_state_change-inl.h"
-#include "well_known_classes.h"
namespace art {