From 752921d70620258407d9c53fd8af655dd1d43bd3 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Feb 2025 15:19:38 +0100 Subject: [PATCH] glx: drop unused include of colormapst.h We don't need anything from this file, so no need to include it. Signed-off-by: Enrico Weigelt, metux IT consult --- glx/glxscreens.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glx/glxscreens.c b/glx/glxscreens.c index a95e78c26..367fb098a 100644 --- a/glx/glxscreens.c +++ b/glx/glxscreens.c @@ -36,7 +36,6 @@ #include #include #include -#include #include "extinit.h" #include "privates.h"