From d37b385bd59277ef1e4e04408557adcdd033fb7f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Feb 2025 15:22:14 +0100 Subject: [PATCH] xnest: drop not needed include of colormapst.h We don't need anything from this file here, so no need to include it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xnest/Screen.c | 1 - hw/xnest/Window.c | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index ca0997042..ed7063e44 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -23,7 +23,6 @@ is" without express or implied warranty. #include "scrnintstr.h" #include "dix.h" #include "micmap.h" -#include "colormapst.h" #include "resource.h" #include "Xnest.h" diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index d7e388568..649685a4a 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -23,7 +23,6 @@ is" without express or implied warranty. #include "window.h" #include "windowstr.h" #include "pixmapstr.h" -#include "colormapst.h" #include "scrnintstr.h" #include "region.h"