From d105bf5753c56fd533ec89fef20e7c7b86c96848 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 14:36:34 +0100 Subject: [PATCH] (1829) record: 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 --- record/record.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/record/record.c b/record/record.c index b7089466f..294c7926f 100644 --- a/record/record.c +++ b/record/record.c @@ -39,11 +39,13 @@ and Jim Haggerty of Metheus. #include #include -#include "dix/dix_priv.h" #include "dix/cursor_priv.h" +#include "dix/dix_priv.h" #include "dix/eventconvert.h" #include "dix/resource_priv.h" #include "os/client_priv.h" +#include "Xext/panoramiX.h" +#include "Xext/panoramiXsrv.h" #include "dixstruct.h" #include "extnsionst.h" @@ -52,13 +54,8 @@ and Jim Haggerty of Metheus. #include "swaprep.h" #include "inputstr.h" #include "scrnintstr.h" - -#ifdef XINERAMA #include "globals.h" -#include "panoramiX.h" -#include "panoramiXsrv.h" #include "cursor.h" -#endif /* XINERAMA */ #include "protocol-versions.h"