From 03df17070b65d002790d001f389022b6c3c862dc Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Sun, 29 Sep 2013 19:04:21 -0700 Subject: [PATCH] vp9_loopfilter.c cpplint issues resolved. Change-Id: Idfa17d120ec4edf542e424fa0deb769951afbf4a --- vp9/common/vp9_loopfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/common/vp9_loopfilter.c b/vp9/common/vp9_loopfilter.c index 6e425e8..85ac6d2 100644 --- a/vp9/common/vp9_loopfilter.c +++ b/vp9/common/vp9_loopfilter.c @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "vpx_config.h" +#include "./vpx_config.h" #include "vp9/common/vp9_loopfilter.h" #include "vp9/common/vp9_onyxc_int.h" #include "vp9/common/vp9_reconinter.h" -- 2.7.4