]> granicus.if.org Git - libvpx/commitdiff
cpplint issues vp9_encodemv.c
authorJim Bankoski <jimbankoski@google.com>
Fri, 4 Oct 2013 18:19:06 +0000 (11:19 -0700)
committerJim Bankoski <jimbankoski@google.com>
Fri, 4 Oct 2013 18:19:06 +0000 (11:19 -0700)
Change-Id: Icda1d2d7cbfb176884fa6c7d9366a2d60e2994e9

vp9/encoder/vp9_encodemv.c

index db08ee856f9ccc75683c3d663b12d432dbbd3483..04a4172a5e42ce043171d45b53c24584f3e6ac0c 100644 (file)
@@ -8,13 +8,13 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include <math.h>
 
 #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 <math.h>
 
 #ifdef ENTROPY_STATS
 extern unsigned int active_section;