]> granicus.if.org Git - libvpx/commitdiff
Clean up vp9_dct32x32_sse2_impl.h header files
authorJingning Han <jingning@google.com>
Tue, 21 Jul 2015 00:20:59 +0000 (17:20 -0700)
committerJingning Han <jingning@google.com>
Tue, 21 Jul 2015 00:22:12 +0000 (17:22 -0700)
Remove redundant file dependency.

Change-Id: I4708218157617dabe00e2e33e237be2838c16603

vp9/encoder/x86/vp9_dct32x32_sse2_impl.h

index 5074d31a77d448a06e09251e8adef71a47339b28..02773d85138d7abd34534eb2c520b34db2ea4cf8 100644 (file)
@@ -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"