summaryrefslogtreecommitdiff
path: root/compiler/image_writer.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-09-11 08:14:23 -0700
committer Andreas Gampe <agampe@google.com> 2017-09-11 08:14:23 -0700
commita7c83ac563a8f25174ac8826f7fb87bd0a9da9fb (patch)
tree23ca6d02cd6fd7054bc4511a3f5ec346c4f9173d /compiler/image_writer.cc
parentdb48a79e49a900e255c1a472d6436a655016125f (diff)
ART: Clean up WellKnownClasses include.
Delete an unnecessary include propagating the WellKnownClasses far to widely, and instead fix some transitive users. Test: m Change-Id: I88fd49057afe4ddcc548b979baafb8b8682d78ae
Diffstat (limited to 'compiler/image_writer.cc')
-rw-r--r--compiler/image_writer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/image_writer.cc b/compiler/image_writer.cc
index fa9f64c9a6..4ffe238cc7 100644
--- a/compiler/image_writer.cc
+++ b/compiler/image_writer.cc
@@ -73,6 +73,7 @@
#include "runtime.h"
#include "scoped_thread_state_change-inl.h"
#include "utils/dex_cache_arrays_layout-inl.h"
+#include "well_known_classes.h"
using ::art::mirror::Class;
using ::art::mirror::DexCache;