comparison h261.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 4578b68578bb
children 5b63f62602fa
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
23 /** 23 /**
24 * @file h261.c 24 * @file h261.c
25 * h261codec. 25 * h261codec.
26 */ 26 */
27 27
28 #include "common.h"
29 #include "dsputil.h" 28 #include "dsputil.h"
30 #include "avcodec.h" 29 #include "avcodec.h"
31 #include "mpegvideo.h" 30 #include "mpegvideo.h"
32 #include "h261data.h" 31 #include "h261data.h"
33 32