commit | 973b4df6a8d31ddf2f7270973656633e5a8b9fe2 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Oct 26 23:51:33 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:51:33 2016 +0000 |
tree | c2300bb2c154b8e91e3030168cb9800e527304d9 | |
parent | 8e1a4d6366a327fb3481c8c0473f47e167a4762f [diff] | |
parent | c023da688b9691838268e514e2a5f3226716f6f6 [diff] |
Merge "liblog: remove reference to log/logger.h" am: 459ec807a7 am: c023da688b Change-Id: I6cf7903299c7ae66b182e4d51cb8e9153cd23785
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"