comparison aasc.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 b3ee9a1526b0
children b42a510e0939
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <string.h> 29 #include <string.h>
30 30
31 #include "common.h"
32 #include "avcodec.h" 31 #include "avcodec.h"
33 #include "dsputil.h" 32 #include "dsputil.h"
34 33
35 typedef struct AascContext { 34 typedef struct AascContext {
36 AVCodecContext *avctx; 35 AVCodecContext *avctx;