]> granicus.if.org Git - libvpx/commitdiff
Remove redundant header files in vp9_loopfilter_filers.c
authorJingning Han <jingning@google.com>
Wed, 15 Jul 2015 19:41:31 +0000 (12:41 -0700)
committerJingning Han <jingning@google.com>
Wed, 15 Jul 2015 19:44:47 +0000 (12:44 -0700)
This cleans out the unnecessary dependency on vp9 codec-specific
data structures.

Change-Id: Iadbe431174a0f9bf9423f39ab854fc18be554bea

vp9/common/vp9_loopfilter_filters.c

index 3cf4c32253e266b05f16117a32135306abc81c89..b0626625ac4ff7be9bdf30e46d6874add63e2382 100644 (file)
@@ -11,8 +11,6 @@
 #include "./vpx_config.h"
 #include "vpx_ports/mem.h"
 #include "vp9/common/vp9_common.h"
-#include "vp9/common/vp9_loopfilter.h"
-#include "vp9/common/vp9_onyxc_int.h"
 
 static INLINE int8_t signed_char_clamp(int t) {
   return (int8_t)clamp(t, -128, 127);