Commit f9857f3f authored by jbr's avatar jbr

remove some unneeded header includes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14819 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80edf832
...@@ -33,10 +33,7 @@ ...@@ -33,10 +33,7 @@
#include <string.h> #include <string.h>
#include "libavutil/crc.h" #include "libavutil/crc.h"
#include "avcodec.h"
#include "ac3_parser.h" #include "ac3_parser.h"
#include "bitstream.h"
#include "dsputil.h"
#include "ac3dec.h" #include "ac3dec.h"
#include "ac3dec_data.h" #include "ac3dec_data.h"
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#define FFMPEG_AC3DEC_H #define FFMPEG_AC3DEC_H
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "ac3tab.h"
#include "ac3.h" #include "ac3.h"
#include "bitstream.h" #include "bitstream.h"
#include "dsputil.h" #include "dsputil.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment