comparison lcl.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 bff60ecc02f9
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
40 */ 40 */
41 41
42 #include <stdio.h> 42 #include <stdio.h>
43 #include <stdlib.h> 43 #include <stdlib.h>
44 44
45 #include "common.h" 45 #include "avcodec.h"
46 #include "bitstream.h" 46 #include "bitstream.h"
47 #include "avcodec.h"
48 47
49 #ifdef CONFIG_ZLIB 48 #ifdef CONFIG_ZLIB
50 #include <zlib.h> 49 #include <zlib.h>
51 #endif 50 #endif
52 51