diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-19 03:58:25 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-20 10:17:59 +0100 |
commit | cd8cc3d1b39b151c1ba7f792b867c775fb6bbf07 (patch) | |
tree | 2805dde8aff0367cd92f1940aaff7e1a7bc03bcb /libavformat | |
parent | 6a9ddfcd96831e1cd39d552a37cc0093e9c91791 (diff) | |
download | ffmpeg-cd8cc3d1b39b151c1ba7f792b867c775fb6bbf07.tar.gz |
avformat/iamfenc: Remove unused headers
Forgotten in c95c8a0158073be84338d84c46529561bcc70a03.
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/iamfenc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/iamfenc.c b/libavformat/iamfenc.c index 5e53a7748f..3169ff1eb8 100644 --- a/libavformat/iamfenc.c +++ b/libavformat/iamfenc.c @@ -21,12 +21,7 @@ #include <stdint.h> -#include "libavutil/avassert.h" -#include "libavutil/common.h" -#include "libavutil/iamf.h" -#include "libavcodec/put_bits.h" #include "avformat.h" -#include "avio_internal.h" #include "iamf.h" #include "iamf_writer.h" #include "internal.h" |