remove some unneeded header includes
Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a8aefc8aed
commit
46dd2738ae
@ -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"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#define FFMPEG_AC3DEC_H
|
||||
|
||||
#include "libavutil/lfg.h"
|
||||
#include "ac3tab.h"
|
||||
#include "ac3.h"
|
||||
#include "bitstream.h"
|
||||
#include "dsputil.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user