summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-10-01 12:36:07 -0700
committerJingning Han <jingning@google.com>2014-10-01 12:41:08 -0700
commit764c00ab504ceee80af702d6eef8128bb0c846c4 (patch)
tree1ff4acd49ba44df98c1b43c169a1d27c422e2c56 /vp9/common/vp9_entropymv.h
parent20a37391d95edd34bf5a8ee654854b43c1beb0a3 (diff)
downloadlibvpx-764c00ab504ceee80af702d6eef8128bb0c846c4.tar
libvpx-764c00ab504ceee80af702d6eef8128bb0c846c4.tar.gz
libvpx-764c00ab504ceee80af702d6eef8128bb0c846c4.tar.bz2
libvpx-764c00ab504ceee80af702d6eef8128bb0c846c4.zip
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
Diffstat (limited to 'vp9/common/vp9_entropymv.h')
-rw-r--r--vp9/common/vp9_entropymv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vp9/common/vp9_entropymv.h b/vp9/common/vp9_entropymv.h
index e7033e437..75e6861f4 100644
--- a/vp9/common/vp9_entropymv.h
+++ b/vp9/common/vp9_entropymv.h
@@ -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" {