From 85f1c576d228c2c43e9a0dc37f0cbb91fad59c45 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 21 Nov 2018 13:52:48 -0800 Subject: ART: Some iwyu for logging.h Remove over-broad use in headers. Fix up transitive includes. Bug: 119869270 Test: mmma art Change-Id: I518fa7c8bee014b260818fca1fbde6ec47d126da --- libdexfile/dex/class_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdexfile/dex/class_iterator.h') diff --git a/libdexfile/dex/class_iterator.h b/libdexfile/dex/class_iterator.h index 477c93b508..8ed585b0b1 100644 --- a/libdexfile/dex/class_iterator.h +++ b/libdexfile/dex/class_iterator.h @@ -17,7 +17,7 @@ #ifndef ART_LIBDEXFILE_DEX_CLASS_ITERATOR_H_ #define ART_LIBDEXFILE_DEX_CLASS_ITERATOR_H_ -#include "base/logging.h" +#include namespace art { -- cgit v1.2.3-59-g8ed1b