]> granicus.if.org Git - libvpx/commitdiff
Take out unnecessary header file from highbd_loopfilter_sse2
authorJingning Han <jingning@google.com>
Fri, 17 Jul 2015 01:13:06 +0000 (18:13 -0700)
committerJingning Han <jingning@google.com>
Fri, 17 Jul 2015 01:15:02 +0000 (18:15 -0700)
The dependency on vp9_loopfilter.h is not needed.

Change-Id: Ic0583c43d3d63f19cef06cf9d8e5c8031601be6a

vpx_dsp/x86/highbd_loopfilter_sse2.c

index 8cddf9b69fac824ac46f4e2cd274aa8c971af4fe..358008f18f6c8f77e7c2ad0c645065c482b13dc7 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "./vpx_dsp_rtcd.h"
 #include "vpx_ports/mem.h"
-#include "vp9/common/vp9_loopfilter.h"
 #include "vpx_ports/emmintrin_compat.h"
 
 static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) {