From: Jingning Han Date: Tue, 21 Jul 2015 00:20:59 +0000 (-0700) Subject: Clean up vp9_dct32x32_sse2_impl.h header files X-Git-Tag: v1.5.0~413^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07d5d538c29d23d938d4c4011a1257dc2cb2e0ee;p=libvpx Clean up vp9_dct32x32_sse2_impl.h header files Remove redundant file dependency. Change-Id: I4708218157617dabe00e2e33e237be2838c16603 --- diff --git a/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h b/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h index 5074d31a7..02773d851 100644 --- a/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h +++ b/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h @@ -10,9 +10,6 @@ #include // 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"