shithub: libvpx

Download patch

ref: de740b258b1823317fccf65db4828dc591e1cbd2
parent: eaf1ffd837bbf39d786cfcb5a5a1f009b04fb594
parent: 3fe83cdf81cf039391dc9cc4c4e7d27ce5085e55
author: Jingning Han <jingning@google.com>
date: Wed Jul 15 18:41:10 EDT 2015

Merge "Remove redundant header files in vp9_loopfilter_filers.c"

--- 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);