From 0ba4dab2b174266d56162ae0137692891cdd7cbc Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Feb 2025 13:58:43 +0100 Subject: [PATCH] Xext: 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 --- Xext/panoramiXprocs.c | 1 - Xext/security.c | 1 - 2 files changed, 2 deletions(-) diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c index 06bebeebc..dde209efc 100644 --- a/Xext/panoramiXprocs.c +++ b/Xext/panoramiXprocs.c @@ -37,7 +37,6 @@ Equipment Corporation. #include "windowstr.h" #include "dixfontstr.h" #include "gcstruct.h" -#include "colormapst.h" #include "scrnintstr.h" #include "opaque.h" #include "inputstr.h" diff --git a/Xext/security.c b/Xext/security.c index 2e697dd6b..3194e7309 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -43,7 +43,6 @@ in this Software without prior written authorization from The Open Group. #include "inputstr.h" #include "windowstr.h" #include "propertyst.h" -#include "colormapst.h" #include "privates.h" #include "xacestr.h" #include "securitysrv.h"