comparison flashsv.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 0ea69b824ce7
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
48 */ 48 */
49 49
50 #include <stdio.h> 50 #include <stdio.h>
51 #include <stdlib.h> 51 #include <stdlib.h>
52 52
53 #include "common.h"
54 #include "avcodec.h" 53 #include "avcodec.h"
55 #include "bitstream.h" 54 #include "bitstream.h"
56 55
57 #include <zlib.h> 56 #include <zlib.h>
58 57