shithub: libvpx

Download patch

ref: 92b45e5d4ee4b9ba3040d2d04058c59874f627ff
parent: 29062db37fa8eb2fef0949a90a8daea6cb5a4dbc
parent: 3f93f23120bebf3e4ef5af3109c3e04bbbd6f2f3
author: Jingning Han <[email protected]>
date: Tue Oct 7 09:42:13 EDT 2014

Merge "Remove redundant header file from vp9_encoder.h"

--- a/vp9/encoder/vp9_encoder.h
+++ b/vp9/encoder/vp9_encoder.h
@@ -14,12 +14,10 @@
 #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"