ref: 46b192d36d7d604b88dd68b01f911617b80a7825
parent: 9d4c6fab44173def9462f46b55b62e321cda94ad
parent: 56af13a1b1e416fabaeb7122507e3954ffbdbdae
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Oct 7 13:00:14 EDT 2013
Merge "cpplint issue with convolve resolved"
--- a/vp9/common/vp9_convolve.c
+++ b/vp9/common/vp9_convolve.c
@@ -7,7 +7,6 @@
* 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>
@@ -14,6 +13,7 @@
#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"
--
⑨