comparison smacker.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
30 */ 30 */
31 31
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 34
35 #include "common.h"
36 #include "avcodec.h" 35 #include "avcodec.h"
37 36
38 #define ALT_BITSTREAM_READER_LE 37 #define ALT_BITSTREAM_READER_LE
39 #include "bitstream.h" 38 #include "bitstream.h"
40 39