summaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-07-23 16:59:20 -0700
committerColin Cross <ccross@android.com>2013-07-24 12:32:39 -0700
commit9227bd385504ace739d4451a6c5dc3d777b5bf21 (patch)
tree355484e01ff5efa0be976905767fc7126a678cb6 /toolbox
parent87bc464a9f62f026fd841d3b54cfb1a5d57d83a3 (diff)
downloadsystem_core-9227bd385504ace739d4451a6c5dc3d777b5bf21.tar.gz
system_core-9227bd385504ace739d4451a6c5dc3d777b5bf21.tar.bz2
system_core-9227bd385504ace739d4451a6c5dc3d777b5bf21.zip
Move liblog headers to system/core/include/log
Move the liblog headers to log/ instead of cutils/ to complete the separation of libcutils and liblog. cutils/log.h still exists and includes log/log.h in order to support the many existing modules that use cutils/log.h. Change-Id: I2758c9f4aedcb809ca7ba8383d0f55041dd44345
Diffstat (limited to 'toolbox')
-rw-r--r--toolbox/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/log.c b/toolbox/log.c
index 0bee19e90..2f020a8a4 100644
--- a/toolbox/log.c
+++ b/toolbox/log.c
@@ -30,7 +30,7 @@
*/
#include <stdio.h>
-#include <cutils/logd.h>
+#include <log/logd.h>
#include <ctype.h>
#include <sys/socket.h>
#include <sys/types.h>