From 4d164ff7c8325d9d4941743d3b908c44241b7dd5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 11:59:29 +0100 Subject: [PATCH] Xext: drop checking for HAVE_DIX_CONFIG_H Within the Xserver build, there's always dix-config.h Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/dpmsproc.h | 2 -- Xext/panoramiX.h | 2 -- Xext/panoramiXsrv.h | 2 -- Xext/sleepuntil.h | 2 -- 4 files changed, 8 deletions(-) diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h index 1e24f1f55..49c2f647d 100644 --- a/Xext/dpmsproc.h +++ b/Xext/dpmsproc.h @@ -1,8 +1,6 @@ /* Prototypes for functions that the DDX must provide */ -#ifdef HAVE_DIX_CONFIG_H #include -#endif #ifndef _DPMSPROC_H_ #define _DPMSPROC_H_ diff --git a/Xext/panoramiX.h b/Xext/panoramiX.h index 2b1e1b97b..5d2529ff4 100644 --- a/Xext/panoramiX.h +++ b/Xext/panoramiX.h @@ -32,9 +32,7 @@ Equipment Corporation. * PanoramiX definitions */ -#ifdef HAVE_DIX_CONFIG_H #include -#endif #ifndef _PANORAMIX_H_ #define _PANORAMIX_H_ diff --git a/Xext/panoramiXsrv.h b/Xext/panoramiXsrv.h index 6d93eec2e..6a2d952b3 100644 --- a/Xext/panoramiXsrv.h +++ b/Xext/panoramiXsrv.h @@ -1,7 +1,5 @@ -#ifdef HAVE_DIX_CONFIG_H #include -#endif #ifndef _PANORAMIXSRV_H_ #define _PANORAMIXSRV_H_ diff --git a/Xext/sleepuntil.h b/Xext/sleepuntil.h index e9b8388f9..ff5cc3364 100644 --- a/Xext/sleepuntil.h +++ b/Xext/sleepuntil.h @@ -24,9 +24,7 @@ * XFree86 Project. */ -#ifdef HAVE_DIX_CONFIG_H #include -#endif #ifndef _SLEEPUNTIL_H_ #define _SLEEPUNTIL_H_ 1