comparison flashsvenc.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 52d8e61c0280
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
56 56
57 #include <stdio.h> 57 #include <stdio.h>
58 #include <stdlib.h> 58 #include <stdlib.h>
59 #include <zlib.h> 59 #include <zlib.h>
60 60
61 #include "common.h"
62 #include "avcodec.h" 61 #include "avcodec.h"
63 #include "bitstream.h" 62 #include "bitstream.h"
64 #include "bytestream.h" 63 #include "bytestream.h"
65 64
66 65