summaryrefslogtreecommitdiff
path: root/libdexfile/dex/class_iterator.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-11-21 13:52:48 -0800
committer Andreas Gampe <agampe@google.com> 2018-11-21 15:22:07 -0800
commit85f1c576d228c2c43e9a0dc37f0cbb91fad59c45 (patch)
tree67d17ea5a7eb6021dabb335730402bd28d72694a /libdexfile/dex/class_iterator.h
parent79c693b3133da397cec7eaff19de631b65a0cf70 (diff)
ART: Some iwyu for logging.h
Remove over-broad use in headers. Fix up transitive includes. Bug: 119869270 Test: mmma art Change-Id: I518fa7c8bee014b260818fca1fbde6ec47d126da
Diffstat (limited to 'libdexfile/dex/class_iterator.h')
-rw-r--r--libdexfile/dex/class_iterator.h2
1 files changed, 1 insertions, 1 deletions
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 <android-base/logging.h>
namespace art {