comparison interplayvideo.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 66ef3690d108
children bff60ecc02f9
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
38 #include <stdio.h> 38 #include <stdio.h>
39 #include <stdlib.h> 39 #include <stdlib.h>
40 #include <string.h> 40 #include <string.h>
41 #include <unistd.h> 41 #include <unistd.h>
42 42
43 #include "common.h"
44 #include "avcodec.h" 43 #include "avcodec.h"
45 #include "dsputil.h" 44 #include "dsputil.h"
46 45
47 #define PALETTE_COUNT 256 46 #define PALETTE_COUNT 256
48 47