From 912f125c4224da6c6b07e53b1c0d3fbdb429a989 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 12 Jun 2021 01:14:27 +0200 Subject: [PATCH] avcodec/avcodec: Don't include errno.h This inclusion has been added before libavutil/error.h was split off from avcodec.h (in 60c144f700e2e362047b00704abcb694d49e549c). Signed-off-by: Andreas Rheinhardt --- libavcodec/avcodec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f3f043ded1..ea13531dd9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -27,7 +27,6 @@ * Libavcodec external API header */ -#include #include "libavutil/samplefmt.h" #include "libavutil/attributes.h" #include "libavutil/avutil.h"