diff options
author | 2017-06-08 14:11:18 -0700 | |
---|---|---|
committer | 2017-06-08 14:11:18 -0700 | |
commit | 5678db5b3a0275d04bc610236f89fac9f76b5b1e (patch) | |
tree | efc4ffe5d59a0c6c5f4c15a886459962d24de4aa /runtime/oat_file_assistant.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/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index f0912cfa65..2e2e8c3ef6 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -24,6 +24,7 @@ #include "android-base/strings.h" #include "base/logging.h" +#include "base/stl_util.h" #include "compiler_filter.h" #include "class_linker.h" #include "exec_utils.h" |