From 56af13a1b1e416fabaeb7122507e3954ffbdbdae Mon Sep 17 00:00:00 2001 From: Jim Bankoski <jimbankoski@google.com> Date: Mon, 7 Oct 2013 15:55:42 -0700 Subject: [PATCH] cpplint issue with convolve resolved Change-Id: I38b2100f1a64cb067c63f4e1662c36914b3569df --- vp9/common/vp9_convolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/common/vp9_convolve.c b/vp9/common/vp9_convolve.c index 1705402c26..a2d864c72e 100644 --- a/vp9/common/vp9_convolve.c +++ b/vp9/common/vp9_convolve.c @@ -7,13 +7,13 @@ * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ -#include "vp9/common/vp9_convolve.h" #include <assert.h> #include "./vpx_config.h" #include "./vp9_rtcd.h" #include "vp9/common/vp9_common.h" +#include "vp9/common/vp9_convolve.h" #include "vp9/common/vp9_filter.h" #include "vpx/vpx_integer.h" #include "vpx_ports/mem.h" -- GitLab