summaryrefslogtreecommitdiff
path: root/gralloc960/mali_gralloc_formats.cpp
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-06-19 16:44:37 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-06-20 14:58:08 -0700
commitc7e94d8c6fd36f7fe90e011a265dbf939444bd09 (patch)
tree9db247490fe83c0e39e331030a6ccdc4dadf5880 /gralloc960/mali_gralloc_formats.cpp
parentfbb84c4d0826df64824458fa81230e7674cc21f9 (diff)
downloadhikey-c7e94d8c6fd36f7fe90e011a265dbf939444bd09.tar.gz
hikey960: gralloc960: Fix log.h include to avoid warnings
Change-Id: Ie1b1ab49285c5253b6680fd5b91ee01a4bb1bde0 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'gralloc960/mali_gralloc_formats.cpp')
-rw-r--r--gralloc960/mali_gralloc_formats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc960/mali_gralloc_formats.cpp b/gralloc960/mali_gralloc_formats.cpp
index a62898c7..32272d73 100644
--- a/gralloc960/mali_gralloc_formats.cpp
+++ b/gralloc960/mali_gralloc_formats.cpp
@@ -19,7 +19,7 @@
#include <string.h>
#include <dlfcn.h>
#include <inttypes.h>
-#include <cutils/log.h>
+#include <log/log.h>
#if GRALLOC_USE_GRALLOC1_API == 1
#include <hardware/gralloc1.h>