From 6e66e2c321b3247b81b6f8a0540d20958f570b6d Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 2 Aug 2021 01:37:51 +0200 Subject: avfilter/internal: Don't include framepool.h, thread.h They are not used by the header at all and only used by very few files; so include the headers in their users instead of in internal.h. Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt --- libavfilter/avfilter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 87f04dfc57..24de8ebee3 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -41,6 +41,7 @@ #include "avfilter.h" #include "filters.h" #include "formats.h" +#include "framepool.h" #include "internal.h" #include "libavutil/ffversion.h" -- cgit v1.2.3