]> granicus.if.org Git - libvpx/commitdiff
Remove redundant header file declaration
authorJingning Han <jingning@google.com>
Mon, 29 Sep 2014 22:02:31 +0000 (15:02 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 30 Sep 2014 16:13:00 +0000 (09:13 -0700)
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

index b196fc527959f8fa723ba37efb3eefe7b8e063cb..5b031752b8ce8d61d0b312cabbfbe6119314102a 100644 (file)
@@ -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