diff options
author | 2017-09-11 08:14:23 -0700 | |
---|---|---|
committer | 2017-09-11 08:14:23 -0700 | |
commit | a7c83ac563a8f25174ac8826f7fb87bd0a9da9fb (patch) | |
tree | 23ca6d02cd6fd7054bc4511a3f5ec346c4f9173d /runtime/dex_file_annotations.cc | |
parent | db48a79e49a900e255c1a472d6436a655016125f (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.cc | 1 |
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 { |