comparison truemotion1.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 6c5198376e06
children e2dbd1623e1d
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 #include "truemotion1data.h" 40 #include "truemotion1data.h"
42 41