comparison svq1.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 14a0a003804b
children 4dbe6578f811
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
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 #include <limits.h> 42 #include <limits.h>
43 43
44 #include "common.h"
45 #include "avcodec.h" 44 #include "avcodec.h"
46 #include "dsputil.h" 45 #include "dsputil.h"
47 #include "mpegvideo.h" 46 #include "mpegvideo.h"
48 #include "bswap.h" 47 #include "bswap.h"
49 48