From: Jim Bankoski Date: Mon, 7 Oct 2013 22:54:20 +0000 (-0700) Subject: cpplint issue missed in first pass for vp9_bitstream.c X-Git-Tag: v1.3.0~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d4c6fab44173def9462f46b55b62e321cda94ad;p=libvpx cpplint issue missed in first pass for vp9_bitstream.c Change-Id: Ia725748acbc2a3f825f0d208f26522a0412301fa --- diff --git a/vp9/encoder/vp9_bitstream.c b/vp9/encoder/vp9_bitstream.c index 70870ddc6..1087536b3 100644 --- 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"