From fcfdf3bb3145ad088de2fb01eb8518039bda4c03 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:21:15 +0100 Subject: [PATCH] damageext: 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 --- damageext/damageext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/damageext/damageext.c b/damageext/damageext.c index b26577d9a..926ff433c 100644 --- a/damageext/damageext.c +++ b/damageext/damageext.c @@ -25,6 +25,8 @@ #include "dix/dix_priv.h" #include "os/client_priv.h" +#include "Xext/panoramiX.h" +#include "Xext/panoramiXsrv.h" #include "damageextint.h" #include "damagestr.h" @@ -33,8 +35,6 @@ #include "dixstruct_priv.h" #ifdef XINERAMA -#include "panoramiX.h" -#include "panoramiXsrv.h" typedef struct { DamageExtPtr ext;