From 3fe83cdf81cf039391dc9cc4c4e7d27ce5085e55 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Wed, 15 Jul 2015 12:41:31 -0700 Subject: [PATCH] Remove redundant header files in vp9_loopfilter_filers.c This cleans out the unnecessary dependency on vp9 codec-specific data structures. Change-Id: Iadbe431174a0f9bf9423f39ab854fc18be554bea --- vp9/common/vp9_loopfilter_filters.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp9/common/vp9_loopfilter_filters.c b/vp9/common/vp9_loopfilter_filters.c index 3cf4c3225..b0626625a 100644 --- a/vp9/common/vp9_loopfilter_filters.c +++ b/vp9/common/vp9_loopfilter_filters.c @@ -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); -- 2.50.1