From e82d94ee469944344ad63dc4ee8cdc6c88613e57 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 23 Jul 2021 12:09:06 +0200 Subject: avutil/imgutils: Don't include avutil.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is a remnant of an FF_API_* inclusion (back from when they were in avutil.h and not in version.h). Reviewed-by: Martin Storsjö Signed-off-by: Andreas Rheinhardt --- libavutil/imgutils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index cb2d74728e..be53335568 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -27,8 +27,10 @@ * @{ */ -#include "avutil.h" +#include +#include #include "pixdesc.h" +#include "pixfmt.h" #include "rational.h" /** -- cgit v1.2.3