shithub: libvpx

Download patch

ref: 660dcfe6a2793e7291af91ca4a8922f7b0ed132b
parent: 19641c40f976bcba6e98645a8fecba4cae91b269
parent: 19e227561ae9c1235e91fb5085da52cc5ab36c39
author: Jim Bankoski <jimbankoski@google.com>
date: Fri Oct 4 08:55:46 EDT 2013

Merge "cpplint issues vp9_encodemv.c"

--- 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 <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;