From 83fba535dbcddff464c86f5bd800f2adcc0ac8c3 Mon Sep 17 00:00:00 2001 From: Randy Li Date: Thu, 9 Mar 2017 18:00:13 +0800 Subject: [PATCH] [h264e]: include the header files I forget to include header files which would make the compiler complain. Change-Id: I745644f4577d05ef22adbd570dc94b6161eb65c8 Signed-off-by: Randy Li --- mpp/hal/vpu/h264e/hal_h264e_header.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mpp/hal/vpu/h264e/hal_h264e_header.c b/mpp/hal/vpu/h264e/hal_h264e_header.c index b2321e11..ecc5210a 100644 --- a/mpp/hal/vpu/h264e/hal_h264e_header.c +++ b/mpp/hal/vpu/h264e/hal_h264e_header.c @@ -19,15 +19,13 @@ #include #include "rk_mpi.h" -#include "mpp_env.h" #include "mpp_mem.h" -#include "mpp_frame.h" #include "mpp_common.h" -#include "mpp_rc.h" #include "hal_h264e_com.h" #include "hal_h264e_vepu.h" #include "hal_h264e_vpu_tbl.h" +#include "hal_h264e_header.h" static void hal_h264e_vpu_swap_endian(RK_U32 *buf, RK_S32 size_bytes) {