commit | a28525293d5c8fecd3c6c027edfea75436afd906 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Oct 26 14:59:42 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Oct 26 14:59:42 2016 -0700 |
tree | 0b23e8b816acb84f2534df3f126bf016d3e0ed59 | |
parent | 28c0c0762eb8d0de011d85b577244d26a7c00fd0 [diff] |
liblog: remove reference to log/logger.h Test: compile Bug: 31992412 Change-Id: Idd52072d0f8c657ac53dc3e6b505a66c47a94357
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"