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>