shithub: libvpx

Download patch

ref: 74c2997bc90e04356e674a83173f7da6efec19f9
parent: 72a78a0c40c671ba0f21b46a9903f44b1c4209b8
author: Jingning Han <jingning@google.com>
date: Wed Oct 1 10:57:56 EDT 2014

Remove redundant header file from vp9_idct.h

Change-Id: Id92544762e7b96d3c729dfc8e04ecff91cbcc7f9

--- a/vp9/common/vp9_idct.h
+++ b/vp9/common/vp9_idct.h
@@ -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"
 
@@ -21,7 +20,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-
 
 // Constants and Macros used by all idct/dct functions
 #define DCT_CONST_BITS 14