From bb567fc76f431f331b8a13d0848d532190b2e94f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:40:30 +0100 Subject: [PATCH] (1829) xfixes: 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 --- xfixes/region.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfixes/region.c b/xfixes/region.c index 17c1bd4b7..79f22e521 100644 --- a/xfixes/region.c +++ b/xfixes/region.c @@ -24,6 +24,8 @@ #include "dix/dix_priv.h" #include "render/picturestr_priv.h" +#include "Xext/panoramiX.h" +#include "Xext/panoramiXsrv.h" #include "xfixesint.h" #include "scrnintstr.h" @@ -782,8 +784,6 @@ SProcXFixesExpandRegion(ClientPtr client) } #ifdef XINERAMA -#include "panoramiX.h" -#include "panoramiXsrv.h" int PanoramiXFixesSetGCClipRegion(ClientPtr client)