comparison smc.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 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <string.h> 34 #include <string.h>
35 #include <unistd.h> 35 #include <unistd.h>
36 36
37 #include "common.h"
38 #include "avcodec.h" 37 #include "avcodec.h"
39 #include "dsputil.h" 38 #include "dsputil.h"
40 39
41 #define CPAIR 2 40 #define CPAIR 2
42 #define CQUAD 4 41 #define CQUAD 4