comparison cook.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 bbe763044678
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
48 #include <stdio.h> 48 #include <stdio.h>
49 49
50 #include "avcodec.h" 50 #include "avcodec.h"
51 #include "bitstream.h" 51 #include "bitstream.h"
52 #include "dsputil.h" 52 #include "dsputil.h"
53 #include "common.h"
54 #include "bytestream.h" 53 #include "bytestream.h"
55 #include "random.h" 54 #include "random.h"
56 55
57 #include "cookdata.h" 56 #include "cookdata.h"
58 57