From c7ff7b220d9f6c27264d28fc3abecfbcfed14209 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:38:15 +0100 Subject: [PATCH] render: clean up including panoramix headers * use their actual path instead of relying this to be in compiler's include path list. * no need to do it only conditionally, no #ifdef needed Signed-off-by: Enrico Weigelt, metux IT consult --- render/render.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/render/render.c b/render/render.c index 729ca633d..686ad806d 100644 --- a/render/render.c +++ b/render/render.c @@ -35,6 +35,8 @@ #include "dix/cursor_priv.h" #include "dix/dix_priv.h" #include "os/osdep.h" +#include "Xext/panoramiX.h" +#include "Xext/panoramiXsrv.h" #include "misc.h" #include "os.h" @@ -52,11 +54,6 @@ #include "xace.h" #include "protocol-versions.h" -#ifdef XINERAMA -#include "panoramiX.h" -#include "panoramiXsrv.h" -#endif /* XINERAMA */ - Bool noRenderExtension = FALSE; static int ProcRenderQueryVersion(ClientPtr pClient);