From 8744f973ab233d7537593b6099abfff84a851d99 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 7 Apr 2020 21:53:08 +0200 Subject: [PATCH] avformat/webmdashenc: Remove unnecessary header avio_internal.h has been included in this muxer since the beginning and was never needed. Signed-off-by: Andreas Rheinhardt --- libavformat/webmdashenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c index 08fe976b15..401cfe52d5 100644 --- a/libavformat/webmdashenc.c +++ b/libavformat/webmdashenc.c @@ -31,7 +31,6 @@ #include #include "avformat.h" -#include "avio_internal.h" #include "matroska.h" #include "libavutil/avstring.h"