diff options
author | 2017-06-08 14:11:18 -0700 | |
---|---|---|
committer | 2017-06-08 14:11:18 -0700 | |
commit | 5678db5b3a0275d04bc610236f89fac9f76b5b1e (patch) | |
tree | efc4ffe5d59a0c6c5f4c15a886459962d24de4aa /runtime/class_table.cc | |
parent | 83b140474aa1759739c8ee4464bf226c4fa0f6d7 (diff) |
ART: Refactor bit_utils and stl_util
Move iterator code from bit_utils.h into bit_utils_iterator.h. Move
Identity into stl_util_identity.h. Remove now unnecessary includes,
and fix up transitive users.
Test: m
Change-Id: Id1ce9cda66827c5d00584f39ed310b6b37629906
Diffstat (limited to 'runtime/class_table.cc')
-rw-r--r-- | runtime/class_table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table.cc b/runtime/class_table.cc index b71610ac7f..c45bbe5334 100644 --- a/runtime/class_table.cc +++ b/runtime/class_table.cc @@ -16,6 +16,7 @@ #include "class_table-inl.h" +#include "base/stl_util.h" #include "mirror/class-inl.h" #include "oat_file.h" |