diff mbox series

[FFmpeg-devel,20/20] avformat/lrcenc: Remove unnecessary header

Message ID AM7PR03MB66609B8872FC0279FD22565D8FAB9@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 9e7e34ebcb176508ac719ab99fe467af07c32501
Headers show
Series [FFmpeg-devel,01/20] libpostproc/postprocess_template: Don't reimplement FFSWAP | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 1, 2021, 9:08 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavformat/lrcenc.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Paul B Mahol Oct. 2, 2021, 3:01 p.m. UTC | #1
lgtm
diff mbox series

Patch

diff --git a/libavformat/lrcenc.c b/libavformat/lrcenc.c
index 4fa14ea427..5703a95180 100644
--- a/libavformat/lrcenc.c
+++ b/libavformat/lrcenc.c
@@ -27,9 +27,7 @@ 
 #include "internal.h"
 #include "lrc.h"
 #include "metadata.h"
-#include "subtitles.h"
 #include "version.h"
-#include "libavutil/bprint.h"
 #include "libavutil/dict.h"
 #include "libavutil/log.h"
 #include "libavutil/macros.h"