commit | 4dc7162b808e33501c5ab5b72678a9a0ae55fc3d | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Oct 26 23:56:04 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:56:04 2016 +0000 |
tree | 56c75a4f6db1cce7531ad67b9bd64df9b3454907 | |
parent | 723757c6d1d1003359fe8d29d9a1ffdb18cf95f3 [diff] | |
parent | ba32b5aa38dfc55e889cd4833b510a4b2264cfff [diff] |
Merge "liblog: remove reference to log/logger.h" am: 459ec807a7 am: c023da688b am: 973b4df6a8 Change-Id: I6a3121f3759909133b3240494a54c496013c652b
diff --git a/liblog/log_is_loggable.c b/liblog/log_is_loggable.c index 132d96f..dda09e0 100644 --- a/liblog/log_is_loggable.c +++ b/liblog/log_is_loggable.c
@@ -23,8 +23,6 @@ #include <sys/_system_properties.h> #include <unistd.h> -#include <android/log.h> -#include <log/logger.h> #include <private/android_logger.h> #include "log_portability.h"