]> granicus.if.org Git - libvpx/commitdiff
cpplint issue with convolve resolved
authorJim Bankoski <jimbankoski@google.com>
Mon, 7 Oct 2013 22:55:42 +0000 (15:55 -0700)
committerJim Bankoski <jimbankoski@google.com>
Mon, 7 Oct 2013 22:55:42 +0000 (15:55 -0700)
Change-Id: I38b2100f1a64cb067c63f4e1662c36914b3569df

vp9/common/vp9_convolve.c

index 1705402c262f54db341ae334d5904041f5704b3c..a2d864c72e1438e055065dee701ef5665b74da49 100644 (file)
@@ -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"