mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
remove some unneeded header includes
Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user