From f4d03dc779ce98d77627f1d88f11d1a21b0719f8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 17:06:13 +0100 Subject: [PATCH] render: drop obsolete including of colormapst.h All relevant things are now in dix/colormap_priv.h, so no need to include colormapst.h anymore. Signed-off-by: Enrico Weigelt, metux IT consult --- render/filter.c | 1 - render/glyph.c | 1 - render/matrix.c | 1 - 3 files changed, 3 deletions(-) diff --git a/render/filter.c b/render/filter.c index 5760fe1af..317a90d36 100644 --- a/render/filter.c +++ b/render/filter.c @@ -33,7 +33,6 @@ #include "windowstr.h" #include "input.h" #include "resource.h" -#include "colormapst.h" #include "cursorstr.h" #include "dixstruct.h" #include "gcstruct.h" diff --git a/render/glyph.c b/render/glyph.c index 5525397ba..3f6b8cbf0 100644 --- a/render/glyph.c +++ b/render/glyph.c @@ -35,7 +35,6 @@ #include "windowstr.h" #include "input.h" #include "resource.h" -#include "colormapst.h" #include "cursorstr.h" #include "dixstruct.h" #include "gcstruct.h" diff --git a/render/matrix.c b/render/matrix.c index 2d66e71de..8f07d3580 100644 --- a/render/matrix.c +++ b/render/matrix.c @@ -30,7 +30,6 @@ #include "windowstr.h" #include "input.h" #include "resource.h" -#include "colormapst.h" #include "cursorstr.h" #include "dixstruct.h" #include "gcstruct.h"