From 5302433b0a40dc914b916acda683cc19a1584e33 Mon Sep 17 00:00:00 2001 From: Sasha Smundak Date: Thu, 31 Jan 2019 17:13:58 -0800 Subject: [PATCH] Explicitly include log/log.h instead of cutils/log.h Eliminates the warning. Test: treehugger Bug: 123758136 Change-Id: Id8940e053c90c45ba39cdd27a44cc83f130487b7 Merged-In: Id8940e053c90c45ba39cdd27a44cc83f130487b7 --- decoder/ih264d_dpb_mgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/decoder/ih264d_dpb_mgr.c b/decoder/ih264d_dpb_mgr.c index b7ee498..74ecdb5 100644 --- a/decoder/ih264d_dpb_mgr.c +++ b/decoder/ih264d_dpb_mgr.c @@ -18,8 +18,7 @@ * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore */ #ifdef __ANDROID__ -#include "log/log.h" -#include +#include #endif #include "ih264_typedefs.h" #include "ih264_macros.h"