From b40bd07adbdfbdd5ffd5120140e2ad472aa630a5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:16:48 +0100 Subject: [PATCH] Xi: 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 --- Xi/xiquerypointer.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Xi/xiquerypointer.c b/Xi/xiquerypointer.c index 4bb6ae360..ef7f16dff 100644 --- a/Xi/xiquerypointer.c +++ b/Xi/xiquerypointer.c @@ -41,6 +41,7 @@ #include "dix/exevents_priv.h" #include "dix/input_priv.h" #include "os/fmt.h" +#include "Xext/panoramiXsrv.h" #include "inputstr.h" /* DeviceIntPtr */ #include "windowstr.h" /* window structure */ @@ -49,10 +50,6 @@ #include "scrnintstr.h" #include "xkbsrv.h" -#ifdef XINERAMA -#include "panoramiXsrv.h" -#endif /* XINERAMA */ - #include "inpututils.h" #include "xiquerypointer.h"