summaryrefslogtreecommitdiff
path: root/runtime/dex_file_annotations.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 /runtime/dex_file_annotations.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 'runtime/dex_file_annotations.cc')
-rw-r--r--runtime/dex_file_annotations.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/dex_file_annotations.cc b/runtime/dex_file_annotations.cc
index 4225ab9b6e..fe33bded2b 100644
--- a/runtime/dex_file_annotations.cc
+++ b/runtime/dex_file_annotations.cc
@@ -30,6 +30,7 @@
#include "mirror/method.h"
#include "reflection.h"
#include "thread.h"
+#include "well_known_classes.h"
namespace art {