shithub: libvpx

Download patch

ref: 0829d2be7fac18d01bb5b241411ed6b65c299b76
parent: eafc8c9c40d712aabe234bed5269a02c62fa0bfc
author: Jingning Han <[email protected]>
date: Mon Sep 29 11:02:31 EDT 2014

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

--- 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 <assert.h>
 #include <math.h>
 
-#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