From 170331f0e44a0e07fcfe0b5932517e0500f5cd1f Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 7 Dec 2017 18:41:03 -0800 Subject: 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 --- runtime/quick_exception_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index f94923e065..a7771abc26 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -19,6 +19,7 @@ #include "arch/context.h" #include "art_method-inl.h" #include "base/enums.h" +#include "base/logging.h" // For VLOG_IS_ON. #include "dex_file_types.h" #include "dex_instruction.h" #include "entrypoints/entrypoint_utils.h" -- cgit v1.2.3-59-g8ed1b