comparison ac3dec.h @ 8957:9396eb8808ca libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents e9d9d946f213
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
8956:de631175196e 8957:9396eb8808ca
25 */ 25 */
26 26
27 #ifndef AVCODEC_AC3DEC_H 27 #ifndef AVCODEC_AC3DEC_H
28 #define AVCODEC_AC3DEC_H 28 #define AVCODEC_AC3DEC_H
29 29
30 #include "libavutil/internal.h"
30 #include "libavutil/lfg.h" 31 #include "libavutil/lfg.h"
31 #include "ac3.h" 32 #include "ac3.h"
32 #include "bitstream.h" 33 #include "bitstream.h"
33 #include "dsputil.h" 34 #include "dsputil.h"
34 35