liblog: logcat: Replace log/logd.h with log/log.h
Should use log/log.h and in some cases android/log.h instead. Can
not remove file because still in use by partners, so log/logd.h
points to log/log.h.
Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I3580d46154617abb7231027a44f4ab9ee023febf
diff --git a/liblog/logprint.c b/liblog/logprint.c
index e21a9c4..668b2ff 100644
--- a/liblog/logprint.c
+++ b/liblog/logprint.c
@@ -32,7 +32,7 @@
#include <sys/types.h>
#include <cutils/list.h>
-#include <log/logd.h>
+#include <log/log.h>
#include <log/logprint.h>
#include "log_portability.h"