]> granicus.if.org Git - libvpx/commitdiff
Remove redundant header file from vp9_encoder.h
authorJingning Han <jingning@google.com>
Tue, 7 Oct 2014 17:49:43 +0000 (10:49 -0700)
committerJingning Han <jingning@google.com>
Tue, 7 Oct 2014 17:49:58 +0000 (10:49 -0700)
Change-Id: Ia212390cf8d36db5436bb0f0e1b696f70066341a

vp9/encoder/vp9_encoder.h

index 49df5b0f1b42cc99d6e59eb9212f565e3e824a81..fc6dfcdc2c8814ee43fd0d0b10ed17a856a4c61f 100644 (file)
 #include <stdio.h>
 
 #include "./vpx_config.h"
-#include "vpx_ports/mem.h"
 #include "vpx/internal/vpx_codec_internal.h"
 #include "vpx/vp8cx.h"
 
 #include "vp9/common/vp9_ppflags.h"
-#include "vp9/common/vp9_entropy.h"
 #include "vp9/common/vp9_entropymode.h"
 #include "vp9/common/vp9_onyxc_int.h"