From: Jim Bankoski Date: Mon, 7 Oct 2013 22:55:42 +0000 (-0700) Subject: cpplint issue with convolve resolved X-Git-Tag: v1.3.0~273^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56af13a1b1e416fabaeb7122507e3954ffbdbdae;p=libvpx cpplint issue with convolve resolved Change-Id: I38b2100f1a64cb067c63f4e1662c36914b3569df --- diff --git a/vp9/common/vp9_convolve.c b/vp9/common/vp9_convolve.c index 1705402c2..a2d864c72 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 #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"