shithub: libvpx

Download patch

ref: c7d719325e70133720f429f9b1347904f76ab34f
parent: 9641b1b9ac08a0bedbfce77eb35634ab8ecf9137
parent: 74c2997bc90e04356e674a83173f7da6efec19f9
author: Jingning Han <jingning@google.com>
date: Wed Oct 1 13:05:36 EDT 2014

Merge "Remove redundant header file from vp9_idct.h"

--- 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