From cb26021d0fc4d707767d898caebe53a6026b4010 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Feb 2025 15:18:28 +0100 Subject: [PATCH] (1841) 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 f9e166c66..0dad761c4 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -41,7 +41,6 @@ #include "pixmapstr.h" #include "windowstr.h" #include "servermd.h" -#include "colormapst.h" #include "gcstruct.h" #include "input.h" #include "mipointer.h"