From d73778cd55338989675988d095b5880d287d6a09 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Feb 2025 15:18:28 +0100 Subject: [PATCH] exa: drop unused import of colormapst.h We don't need anything from that file, so no need to include it. Signed-off-by: Enrico Weigelt, metux IT consult --- exa/exa_priv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 52a000885..1af1b458a 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -39,7 +39,6 @@ #include "pixmapstr.h" #include "windowstr.h" #include "servermd.h" -#include "colormapst.h" #include "gcstruct.h" #include "input.h" #include "mipointer.h"