From 5620d18e660d5715b959be849f339a13ee000c72 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 21 May 2021 19:23:50 +0200 Subject: [PATCH] lavf/hevc: drop unnecessary avcodec.h include --- libavformat/hevc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/hevc.c b/libavformat/hevc.c index 94eb3a9cb1..df141aec26 100644 --- a/libavformat/hevc.c +++ b/libavformat/hevc.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/avcodec.h" #include "libavcodec/get_bits.h" #include "libavcodec/golomb.h" #include "libavcodec/hevc.h"