commit | 8e923ecc8b780151fc705378404ecdd58fd88731 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Tue Dec 10 02:13:27 2019 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Mon Jan 20 15:18:41 2020 +0100 |
tree | d445f7af113b6f279249f28f6e35cfde5a10c0cf | |
parent | e2f8433f89a8c72d3e1ff78e8f97b71193db62b8 [diff] [blame] |
hal: Use log/log.h instead of cutils/log.h Change-Id: I6e52524cc650eea234fbcf64ed17104dd8a3f001
diff --git a/post_proc/asphere.c b/post_proc/asphere.c index 82bb496..e0d76a6 100644 --- a/post_proc/asphere.c +++ b/post_proc/asphere.c
@@ -35,7 +35,7 @@ #include <unistd.h> #include <stdbool.h> #include <sys/stat.h> -#include <cutils/log.h> +#include <log/log.h> #include <cutils/list.h> #include <cutils/str_parms.h> #include <cutils/properties.h>