fixed includes to be fully specified

Change-Id: Ia1cce221f8511561b9cbd8edb7726fbc286ff243
This commit is contained in:
Jim Bankoski
2012-11-28 10:41:40 -08:00
parent 926d95cd84
commit c67873989f
91 changed files with 204 additions and 205 deletions

View File

@@ -9,13 +9,13 @@
*/
#include "vp9_onyxd_int.h"
#include "vp9/decoder/vp9_onyxd_int.h"
#include "vp9/common/vp9_header.h"
#include "vp9/common/vp9_reconintra.h"
#include "vp9/common/vp9_reconintra4x4.h"
#include "vp9/common/vp9_reconinter.h"
#include "vp9/decoder/vp9_decodframe.h"
#include "vp9_detokenize.h"
#include "vp9/decoder/vp9_detokenize.h"
#include "vp9/common/vp9_invtrans.h"
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/common/vp9_entropymode.h"
@@ -23,11 +23,11 @@
#include "vpx_scale/vpxscale.h"
#include "vp9/common/vp9_setupintrarecon.h"
#include "vp9_decodemv.h"
#include "vp9/decoder/vp9_decodemv.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/common/vp9_modecont.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9_dboolhuff.h"
#include "vp9/decoder/vp9_dboolhuff.h"
#include "vp9/common/vp9_seg_common.h"
#include "vp9/common/vp9_entropy.h"