diff mbox series

[FFmpeg-devel,3/3] avformat/iamfenc: Remove unused headers

Message ID AS8P250MB0744C8F89E7A868E95D13F0C8F2C2@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit cd8cc3d1b39b151c1ba7f792b867c775fb6bbf07
Headers show
Series [FFmpeg-devel,1/3] avformat/iamfenc: Remove always-false check | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt March 19, 2024, 3:30 a.m. UTC
Forgotten in c95c8a0158073be84338d84c46529561bcc70a03.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/iamfenc.c | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

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"