diff options
author | 2017-12-07 18:41:03 -0800 | |
---|---|---|
committer | 2017-12-07 18:41:03 -0800 | |
commit | 170331f0e44a0e07fcfe0b5932517e0500f5cd1f (patch) | |
tree | 4bb837aa3b6e19c898df23894beb61957885e985 /compiler/linker | |
parent | 39b378ca3b4b6dc6da1651b84ee4289cd9bff0f8 (diff) |
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
Diffstat (limited to 'compiler/linker')
-rw-r--r-- | compiler/linker/arm/relative_patcher_thumb2.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/linker/arm/relative_patcher_thumb2.cc b/compiler/linker/arm/relative_patcher_thumb2.cc index 48747fc379..78755176e4 100644 --- a/compiler/linker/arm/relative_patcher_thumb2.cc +++ b/compiler/linker/arm/relative_patcher_thumb2.cc @@ -16,6 +16,8 @@ #include "linker/arm/relative_patcher_thumb2.h" +#include <sstream> + #include "arch/arm/asm_support_arm.h" #include "art_method.h" #include "base/bit_utils.h" |