comparison tscc.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 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
37 */ 37 */
38 38
39 #include <stdio.h> 39 #include <stdio.h>
40 #include <stdlib.h> 40 #include <stdlib.h>
41 41
42 #include "common.h"
43 #include "avcodec.h" 42 #include "avcodec.h"
44 43
45 #ifdef CONFIG_ZLIB 44 #ifdef CONFIG_ZLIB
46 #include <zlib.h> 45 #include <zlib.h>
47 #endif 46 #endif