comparison vc1.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents 845386be542c
children f9bb3aca0888
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
24 /** 24 /**
25 * @file vc1.c 25 * @file vc1.c
26 * VC-1 and WMV3 decoder 26 * VC-1 and WMV3 decoder
27 * 27 *
28 */ 28 */
29 #include "common.h"
30 #include "dsputil.h" 29 #include "dsputil.h"
31 #include "avcodec.h" 30 #include "avcodec.h"
32 #include "mpegvideo.h" 31 #include "mpegvideo.h"
33 #include "vc1.h" 32 #include "vc1.h"
34 #include "vc1data.h" 33 #include "vc1data.h"