Use precise header files in vp9_entropymv.h

The commit cleans up the header files in vp9_entropymv.h. This
file should only depend on vp9_mv.h and vp9_prob.h. Remove the
giant vp9_blockd.h from header file list.

Change-Id: I44cd26d2cfd10a16a9325778347dd53f888a874c
This commit is contained in:
Jingning Han 2014-10-01 12:36:07 -07:00
parent 20a37391d9
commit 764c00ab50

View File

@ -13,7 +13,9 @@
#define VP9_COMMON_VP9_ENTROPYMV_H_
#include "./vpx_config.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_mv.h"
#include "vp9/common/vp9_prob.h"
#ifdef __cplusplus
extern "C" {