From 921215026f8ad22f6673c79dd2634ea9b5a2b92c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 13 Feb 2026 12:38:53 +0100 Subject: [PATCH] xfree86: ramdac: don't ifdef on HAVE_XORG_CONFIG_H It's always present, so no need to ifdef on it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/ramdac/xf86CursorPriv.h | 2 -- hw/xfree86/ramdac/xf86CursorRD.c | 3 --- hw/xfree86/ramdac/xf86HWCurs.c | 3 --- 3 files changed, 8 deletions(-) diff --git a/hw/xfree86/ramdac/xf86CursorPriv.h b/hw/xfree86/ramdac/xf86CursorPriv.h index 12978871e5..c77ebd1650 100644 --- a/hw/xfree86/ramdac/xf86CursorPriv.h +++ b/hw/xfree86/ramdac/xf86CursorPriv.h @@ -1,9 +1,7 @@ #ifndef _XF86CURSORPRIV_H #define _XF86CURSORPRIV_H -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "xf86Cursor.h" #include "mipointrst.h" diff --git a/hw/xfree86/ramdac/xf86CursorRD.c b/hw/xfree86/ramdac/xf86CursorRD.c index df9d0a1809..fff0be00b6 100644 --- a/hw/xfree86/ramdac/xf86CursorRD.c +++ b/hw/xfree86/ramdac/xf86CursorRD.c @@ -1,7 +1,4 @@ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "dix/colormap_priv.h" #include "dix/cursor_priv.h" diff --git a/hw/xfree86/ramdac/xf86HWCurs.c b/hw/xfree86/ramdac/xf86HWCurs.c index 4b58e02ed1..c51e296540 100644 --- a/hw/xfree86/ramdac/xf86HWCurs.c +++ b/hw/xfree86/ramdac/xf86HWCurs.c @@ -1,7 +1,4 @@ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include