comparison qtrle.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
35 #include <stdio.h> 35 #include <stdio.h>
36 #include <stdlib.h> 36 #include <stdlib.h>
37 #include <string.h> 37 #include <string.h>
38 #include <unistd.h> 38 #include <unistd.h>
39 39
40 #include "common.h"
41 #include "avcodec.h" 40 #include "avcodec.h"
42 #include "dsputil.h" 41 #include "dsputil.h"
43 42
44 typedef struct QtrleContext { 43 typedef struct QtrleContext {
45 44