diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-02 11:12:24 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-08-05 09:40:06 +0200 |
commit | abc6a4a6bc460f99ff046e8bd831a7f023630184 (patch) | |
tree | 89708acf10fe582b070558f2f43b670d3aea2a8e /libavformat | |
parent | 09e8ccb19e0434c55e829696e5080bf8ce871992 (diff) | |
download | ffmpeg-abc6a4a6bc460f99ff046e8bd831a7f023630184.tar.gz |
avformat/evcdec: Remove unused headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/evcdec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/evcdec.c b/libavformat/evcdec.c index 6cce174f46..5ace604db6 100644 --- a/libavformat/evcdec.c +++ b/libavformat/evcdec.c @@ -20,15 +20,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/get_bits.h" -#include "libavcodec/golomb.h" -#include "libavcodec/internal.h" #include "libavcodec/evc.h" #include "libavcodec/bsf.h" #include "libavutil/opt.h" -#include "rawdec.h" #include "avformat.h" #include "avio_internal.h" #include "evc.h" |