comparison dsputil.h @ 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 0d48b61e655d
children 689490842cf5
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
28 */ 28 */
29 29
30 #ifndef DSPUTIL_H 30 #ifndef DSPUTIL_H
31 #define DSPUTIL_H 31 #define DSPUTIL_H
32 32
33 #include "common.h"
34 #include "avcodec.h" 33 #include "avcodec.h"
35 34
36 35
37 //#define DEBUG 36 //#define DEBUG
38 /* dct code */ 37 /* dct code */