comparison cyuv.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 470601203f44
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
33 #include <stdio.h> 33 #include <stdio.h>
34 #include <stdlib.h> 34 #include <stdlib.h>
35 #include <string.h> 35 #include <string.h>
36 #include <unistd.h> 36 #include <unistd.h>
37 37
38 #include "common.h"
39 #include "avcodec.h" 38 #include "avcodec.h"
40 #include "dsputil.h" 39 #include "dsputil.h"
41 #include "mpegvideo.h" 40 #include "mpegvideo.h"
42 41
43 42