shithub: libvpx

Download patch

ref: 0a9f5fa1468982ff690bb3e547f59b69ad4314e6
parent: 3d17f0d45fcc852a1c32c2b94076a0d0000d4403
author: Jingning Han <[email protected]>
date: Wed Oct 1 08:59:09 EDT 2014

Remove repeated header files from vp9_block.h

This commit removes unused header file vp9_onyxc_int.h and repeatedly
included file vpx_ports/mem.h from vp9_block.h

Change-Id: I400b210bd1da48f1880bd50a8f4a6e2c690e15a1

--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -13,8 +13,6 @@
 
 #include "vp9/common/vp9_entropymv.h"
 #include "vp9/common/vp9_entropy.h"
-#include "vpx_ports/mem.h"
-#include "vp9/common/vp9_onyxc_int.h"
 
 #ifdef __cplusplus
 extern "C" {