From 358588c8205195a7b038e8aaa0bf002768ac535b Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 11 Mar 2023 10:03:53 -0300 Subject: [PATCH] Revert "avfilter/stack_internal: add missing header includes" This reverts commit 205117d87fdc01cd8e150aa6f4d16cf69f7b4ca4. This didn't fix make checkheaders after all, and also broke compilation in some scenarios. Signed-off-by: James Almer --- libavfilter/Makefile | 2 +- libavfilter/stack_internal.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index fc75d705e0..b3d3d981dd 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -629,7 +629,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h -SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h stack_internal.h +SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h vulkan_filter.h TOOLS = graph2dot diff --git a/libavfilter/stack_internal.h b/libavfilter/stack_internal.h index a5be36c270..ace8886152 100644 --- a/libavfilter/stack_internal.h +++ b/libavfilter/stack_internal.h @@ -19,12 +19,6 @@ #ifndef AVFILTER_STACK_INTERNAL_H #define AVFILTER_STACK_INTERNAL_H -#include - -#include "libavutil/attributes.h" -#include "framesync.h" -#include "vaapi_vpp.h" - enum { STACK_H = 0, STACK_V = 1,