]> granicus.if.org Git - libvpx/commitdiff
Remove redundant header file from vp9_idct.h
authorJingning Han <jingning@google.com>
Wed, 1 Oct 2014 21:57:56 +0000 (14:57 -0700)
committerJingning Han <jingning@google.com>
Wed, 1 Oct 2014 21:58:27 +0000 (14:58 -0700)
Change-Id: Id92544762e7b96d3c729dfc8e04ecff91cbcc7f9

vp9/common/vp9_idct.h

index 1d619824a575d6cfca12b22f01ac14feca38b258..7ec3712c3536484088fc1197d5325c127a8da773 100644 (file)
@@ -14,7 +14,6 @@
 #include <assert.h>
 
 #include "./vpx_config.h"
-#include "vpx/vpx_integer.h"
 #include "vp9/common/vp9_common.h"
 #include "vp9/common/vp9_enums.h"
 
@@ -22,7 +21,6 @@
 extern "C" {
 #endif
 
-
 // Constants and Macros used by all idct/dct functions
 #define DCT_CONST_BITS 14
 #define DCT_CONST_ROUNDING  (1 << (DCT_CONST_BITS - 1))