Remove vp9_ prefix from bit writer files

Change-Id: I07647c7482b9ec498fbad3a9c9901f72b2336500
This commit is contained in:
Yaowu Xu
2015-07-20 11:18:57 -07:00
parent c5ad31e518
commit 1fcef81cb0
9 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
#include "vpx/vpx_integer.h"
#include "vpx_dsp/bitreader.h"
#include "vpx_dsp/vp9_writer.h"
#include "vpx_dsp/bitwriter.h"
#include "test/acm_random.h"