diff mbox

[FFmpeg-devel,06/14] avformat/bintext: Remove superfluous header

Message ID 20191025180746.13725-6-andreas.rheinhardt@gmail.com
State New
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
15d838b7 included libavutil/parseutils.h in order to use
av_parse_video_size(); the latter function isn't used any more since
33b6d215, so the header can be removed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavformat/bintext.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/libavformat/bintext.c b/libavformat/bintext.c
index 61b89f56d6..1a99e69852 100644
--- a/libavformat/bintext.c
+++ b/libavformat/bintext.c
@@ -32,7 +32,6 @@ 
 
 #include "libavutil/intreadwrite.h"
 #include "libavutil/opt.h"
-#include "libavutil/parseutils.h"
 #include "avformat.h"
 #include "internal.h"
 #include "sauce.h"