From 9d2f42795894315a8efd18c260fede72db8534fb Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 29 Apr 2022 03:34:10 +0200 Subject: [PATCH] avfilter/vf_colormap: Remove unnecessary headers In particular remove config_components.h in order to avoid unnecessary rebuilds. Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_colormap.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavfilter/vf_colormap.c b/libavfilter/vf_colormap.c index a0d6d7be27..d5c5bec39c 100644 --- a/libavfilter/vf_colormap.c +++ b/libavfilter/vf_colormap.c @@ -23,15 +23,10 @@ * Compute a look-up table from map of colors. */ -#include "config_components.h" - #include "libavutil/attributes.h" -#include "libavutil/avstring.h" #include "libavutil/common.h" #include "libavutil/opt.h" -#include "libavutil/pixdesc.h" #include "avfilter.h" -#include "formats.h" #include "internal.h" #include "framesync.h" #include "video.h"