shithub: libvpx

Download patch

ref: 9d4c6fab44173def9462f46b55b62e321cda94ad
parent: 9603989c7227ead249f94df60e1b5310c40843fe
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Oct 7 11:54:20 EDT 2013

cpplint issue missed in first pass for vp9_bitstream.c

Change-Id: Ia725748acbc2a3f825f0d208f26522a0412301fa

--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -22,7 +22,6 @@
 #include "vp9/common/vp9_seg_common.h"
 #include "vp9/common/vp9_pred_common.h"
 #include "vp9/common/vp9_entropy.h"
-#include "vp9/common/vp9_entropymv.h"
 #include "vp9/common/vp9_mvref_common.h"
 #include "vp9/common/vp9_treecoder.h"
 #include "vp9/common/vp9_systemdependent.h"
--