]> granicus.if.org Git - libvpx/commitdiff
Use precise header files in vp9_entropymv.h
authorJingning Han <jingning@google.com>
Wed, 1 Oct 2014 19:36:07 +0000 (12:36 -0700)
committerJingning Han <jingning@google.com>
Wed, 1 Oct 2014 19:41:08 +0000 (12:41 -0700)
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

vp9/common/vp9_entropymv.h

index e7033e437bd98312b3a7b00502f44061d3a7bd8f..75e6861f4da7e3cdd4d59a6c365f046f6546bb1a 100644 (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" {