From 19e227561ae9c1235e91fb5085da52cc5ab36c39 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Fri, 4 Oct 2013 11:19:06 -0700 Subject: [PATCH] cpplint issues vp9_encodemv.c Change-Id: Icda1d2d7cbfb176884fa6c7d9366a2d60e2994e9 --- vp9/encoder/vp9_encodemv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vp9/encoder/vp9_encodemv.c b/vp9/encoder/vp9_encodemv.c index db08ee856..04a4172a5 100644 --- a/vp9/encoder/vp9_encodemv.c +++ b/vp9/encoder/vp9_encodemv.c @@ -8,13 +8,13 @@ * be found in the AUTHORS file in the root of the source tree. */ +#include #include "vp9/common/vp9_common.h" -#include "vp9/encoder/vp9_encodemv.h" #include "vp9/common/vp9_entropymode.h" #include "vp9/common/vp9_systemdependent.h" +#include "vp9/encoder/vp9_encodemv.h" -#include #ifdef ENTROPY_STATS extern unsigned int active_section; -- 2.40.0