commit | c023da688b9691838268e514e2a5f3226716f6f6 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Oct 26 23:47:03 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:47:03 2016 +0000 |
tree | 2c79842d191ab39614b512ceed3e7895e1dd2c57 | |
parent | 496e667966906f63bf09040d339cd5b717e2e7f0 [diff] | |
parent | 459ec807a7c2da0e45cd30e43fa5bf12e5f017dd [diff] |
Merge "liblog: remove reference to log/logger.h" am: 459ec807a7 Change-Id: Ifd58f7446670d5059a6084bdea23dfb8b70aa914
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"