summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-12-07 18:41:03 -0800
committer Andreas Gampe <agampe@google.com> 2017-12-07 18:41:03 -0800
commit170331f0e44a0e07fcfe0b5932517e0500f5cd1f (patch)
tree4bb837aa3b6e19c898df23894beb61957885e985 /compiler/driver/compiler_driver.cc
parent39b378ca3b4b6dc6da1651b84ee4289cd9bff0f8 (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/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 0ca3c8f613..267f094e25 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -32,6 +32,7 @@
#include "base/array_ref.h"
#include "base/bit_vector.h"
#include "base/enums.h"
+#include "base/logging.h" // For VLOG
#include "base/stl_util.h"
#include "base/systrace.h"
#include "base/time_utils.h"