diff mbox series

[FFmpeg-devel,21/25] lavf/id3v1: drop unnecessary avcodec.h include

Message ID 20210521180056.17496-21-anton@khirnov.net
State Accepted
Commit e246625b016a0d752076f8f73e16652ef8a9c94d
Headers show
Series [FFmpeg-devel,01/25] lavc: move small misc definitions into a separate header | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Anton Khirnov May 21, 2021, 6 p.m. UTC
---
 libavformat/id3v1.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 */