changeset 7603:20c91136fe71
libavcodec
remove some unneeded header includes
author |
jbr |
date |
Sun, 17 Aug 2008 19:56:28 +0000 |
parents |
a8a999207b1a |
children |
6250ff63990b |
files |
ac3dec.c ac3dec.h |
diffstat |
2 files changed, 0 insertions(+), 4 deletions(-)
[+]
|
line diff
--- a/ac3dec.c Sun Aug 17 19:26:13 2008 +0000
+++ b/ac3dec.c Sun Aug 17 19:56:28 2008 +0000
@@ -33,10 +33,7 @@
#include <string.h>
#include "libavutil/crc.h"
-#include "avcodec.h"
#include "ac3_parser.h"
-#include "bitstream.h"
-#include "dsputil.h"
#include "ac3dec.h"
#include "ac3dec_data.h"
--- a/ac3dec.h Sun Aug 17 19:26:13 2008 +0000
+++ b/ac3dec.h Sun Aug 17 19:56:28 2008 +0000
@@ -28,7 +28,6 @@
#define FFMPEG_AC3DEC_H
#include "libavutil/lfg.h"
-#include "ac3tab.h"
#include "ac3.h"
#include "bitstream.h"
#include "dsputil.h"