From 0829d2be7fac18d01bb5b241411ed6b65c299b76 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Mon, 29 Sep 2014 15:02:31 -0700 Subject: [PATCH] Remove redundant header file declaration Some header file in vp9_idct.c has been included in vp9_idct.h. This commit removes these redundant declarations. Change-Id: I0238c27e4efff5c981eb437022c6bc6970c4e445 --- vp9/common/vp9_idct.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vp9/common/vp9_idct.c b/vp9/common/vp9_idct.c index b196fc5..5b03175 100644 --- a/vp9/common/vp9_idct.c +++ b/vp9/common/vp9_idct.c @@ -8,14 +8,11 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include #include -#include "./vpx_config.h" #include "./vp9_rtcd.h" #include "vp9/common/vp9_systemdependent.h" #include "vp9/common/vp9_blockd.h" -#include "vp9/common/vp9_common.h" #include "vp9/common/vp9_idct.h" #if CONFIG_EMULATE_HARDWARE_HIGHBITDEPTH -- 2.7.4