shithub: libvpx

Download patch

ref: 07d5d538c29d23d938d4c4011a1257dc2cb2e0ee
parent: bcbd3c8fa2dfc4c84d7b89a1a9c55978922712f9
author: Jingning Han <jingning@google.com>
date: Mon Jul 20 13:20:59 EDT 2015

Clean up vp9_dct32x32_sse2_impl.h header files

Remove redundant file dependency.

Change-Id: I4708218157617dabe00e2e33e237be2838c16603

--- a/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h
+++ b/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h
@@ -10,9 +10,6 @@
 
 #include <emmintrin.h>  // SSE2
 
-#include "./vp9_rtcd.h"
-#include "vp9/common/vp9_idct.h"  // for cospi constants
-#include "vp9/encoder/x86/vp9_dct_sse2.h"
 #include "vp9/encoder/vp9_dct.h"
 #include "vpx_ports/mem.h"