From e246625b016a0d752076f8f73e16652ef8a9c94d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 May 2021 19:23:50 +0200 Subject: [PATCH] lavf/id3v1: drop unnecessary avcodec.h include --- libavformat/id3v1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c index eb66098f51..3189a48b8c 100644 --- a/libavformat/id3v1.c +++ b/libavformat/id3v1.c @@ -20,7 +20,6 @@ */ #include "id3v1.h" -#include "libavcodec/avcodec.h" #include "libavutil/dict.h" /* See Genre List at http://id3.org/id3v2.3.0 */