diff mbox series

[FFmpeg-devel,3/4] avfilter/vf_colormap: Remove unnecessary headers

Message ID AS8PR01MB794445B9E65046B69C6F66A18FFC9@AS8PR01MB7944.eurprd01.prod.exchangelabs.com
State Accepted
Commit 9d2f42795894315a8efd18c260fede72db8534fb
Headers show
Series [FFmpeg-devel,1/4] avfilter/vf_colormap: Properly uninit FFFrameSync, fix leak | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt April 29, 2022, 1:54 a.m. UTC
In particular remove config_components.h in order to avoid unnecessary
rebuilds.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/vf_colormap.c | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

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"