summaryrefslogtreecommitdiff
path: root/runtime/mirror/class_ext-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/mirror/class_ext-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/mirror/class_ext-inl.h')
-rw-r--r--runtime/mirror/class_ext-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/mirror/class_ext-inl.h b/runtime/mirror/class_ext-inl.h
index 9d6ac433e8..6a62f78f9a 100644
--- a/runtime/mirror/class_ext-inl.h
+++ b/runtime/mirror/class_ext-inl.h
@@ -31,7 +31,6 @@
#include "mirror/object.h"
#include "object-inl.h"
#include "verify_object.h"
-#include "well_known_classes.h"
namespace art {
namespace mirror {