commit | 170331f0e44a0e07fcfe0b5932517e0500f5cd1f | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Dec 07 18:41:03 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 07 18:41:03 2017 -0800 |
tree | 4bb837aa3b6e19c898df23894beb61957885e985 | |
parent | 39b378ca3b4b6dc6da1651b84ee4289cd9bff0f8 [diff] [blame] |
ART: Remove base/logging from heap-inl.h Hide the single uncommon VLOG and remove the include. Fix up transitive includes. Test: m Change-Id: I917df597cb62c57040c1fb0e0079df4d95e5a658
diff --git a/compiler/dex/dex_to_dex_compiler.cc b/compiler/dex/dex_to_dex_compiler.cc index eddc8ed..4769035 100644 --- a/compiler/dex/dex_to_dex_compiler.cc +++ b/compiler/dex/dex_to_dex_compiler.cc
@@ -21,6 +21,7 @@ #include "art_field-inl.h" #include "art_method-inl.h" +#include "base/logging.h" // For VLOG #include "base/macros.h" #include "base/mutex.h" #include "bytecode_utils.h"