shithub: libvpx

Download patch

ref: c9513e1dfbbe055e978082d70e26bd2eb8143c53
parent: fc179b3edab19f0c9a4a669a9f8158dfc8ffecad
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Feb 28 06:30:51 EST 2014

Fixing include order in vp9_quantize.c

Change-Id: Ic32eb103d0d7f98c0a16c4e7bdec117faf05df02

--- a/vp9/encoder/vp9_quantize.c
+++ b/vp9/encoder/vp9_quantize.c
@@ -12,12 +12,12 @@
 
 #include "vpx_mem/vpx_mem.h"
 
+#include "vp9/common/vp9_quant_common.h"
+#include "vp9/common/vp9_seg_common.h"
+
 #include "vp9/encoder/vp9_onyx_int.h"
 #include "vp9/encoder/vp9_quantize.h"
 #include "vp9/encoder/vp9_rdopt.h"
-
-#include "vp9/common/vp9_quant_common.h"
-#include "vp9/common/vp9_seg_common.h"
 
 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count,
                       int skip_block,