comparison idcinvideo.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
48 #include <stdio.h> 48 #include <stdio.h>
49 #include <stdlib.h> 49 #include <stdlib.h>
50 #include <string.h> 50 #include <string.h>
51 #include <unistd.h> 51 #include <unistd.h>
52 52
53 #include "common.h"
54 #include "avcodec.h" 53 #include "avcodec.h"
55 #include "dsputil.h" 54 #include "dsputil.h"
56 55
57 #define HUFFMAN_TABLE_SIZE 64 * 1024 56 #define HUFFMAN_TABLE_SIZE 64 * 1024
58 #define HUF_TOKENS 256 57 #define HUF_TOKENS 256