Remove vp9_ prefix from vp10 files
[platform/upstream/libvpx.git] / vp10 / common / pred_common.c
similarity index 99%
rename from vp10/common/vp9_pred_common.c
rename to vp10/common/pred_common.c
index 0220350..1b60a09 100644 (file)
@@ -9,9 +9,9 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include "vp10/common/vp9_common.h"
-#include "vp10/common/vp9_pred_common.h"
-#include "vp10/common/vp9_seg_common.h"
+#include "vp10/common/common.h"
+#include "vp10/common/pred_common.h"
+#include "vp10/common/seg_common.h"
 
 // Returns a context number for the given MB prediction signal
 int vp10_get_pred_context_switchable_interp(const MACROBLOCKD *xd) {