Remove vp9_ prefix from vp10 files
[platform/upstream/libvpx.git] / vp10 / common / pred_common.h
similarity index 98%
rename from vp10/common/vp9_pred_common.h
rename to vp10/common/pred_common.h
index fbd597a..69b42e3 100644 (file)
@@ -11,8 +11,8 @@
 #ifndef VP9_COMMON_VP9_PRED_COMMON_H_
 #define VP9_COMMON_VP9_PRED_COMMON_H_
 
-#include "vp10/common/vp9_blockd.h"
-#include "vp10/common/vp9_onyxc_int.h"
+#include "vp10/common/blockd.h"
+#include "vp10/common/onyxc_int.h"
 
 #ifdef __cplusplus
 extern "C" {