commit | 6d22960759aa444592d684540359157a3b65a917 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Oct 01 23:46:23 2013 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Oct 01 23:46:23 2013 -0700 |
tree | 2a5955bbaf91c66e223e6b196e3bc59a7333b1b1 | |
parent | 9043fc66961d7932a7903d41ac3a77f08f3ff907 [diff] [blame] |
Move cutils/log.h to log/log.h. The log.h file moved, so clean up these references to the old location. Change-Id: I25494ea069bfb20fa07a02e67868c8be82e60161
diff --git a/libbacktrace/map_info.c b/libbacktrace/map_info.c index 9cc6e01..073b24a 100644 --- a/libbacktrace/map_info.c +++ b/libbacktrace/map_info.c
@@ -21,7 +21,7 @@ #include <limits.h> #include <pthread.h> #include <unistd.h> -#include <cutils/log.h> +#include <log/log.h> #include <sys/time.h> #include <backtrace/backtrace.h>