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 --- compiler/jit/jit_compiler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/jit/jit_compiler.cc') diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc index f33c5e1b97..74603c668f 100644 --- a/compiler/jit/jit_compiler.cc +++ b/compiler/jit/jit_compiler.cc @@ -21,6 +21,7 @@ #include "arch/instruction_set.h" #include "arch/instruction_set_features.h" #include "art_method-inl.h" +#include "base/logging.h" // For VLOG #include "base/stringpiece.h" #include "base/time_utils.h" #include "base/timing_logger.h" -- cgit v1.2.3-59-g8ed1b