From 7f8eeb5471bb4fe7555c794a36146b2a51798174 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 13 Feb 2026 12:52:51 +0100 Subject: [PATCH] xfree86: sdksyms.sh: don't ifdef on HAVE_XORG_CONFIG_H anymore. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/sdksyms.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index cb0368fb66..b23dcc9d0e 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -4,9 +4,7 @@ cat > sdksyms.c << EOF /* This file is automatically generated by sdksyms.sh. */ #pragma GCC diagnostic ignored "-Wdeprecated-declarations" -#ifdef HAVE_XORG_CONFIG_H #include -#endif /* These must be included first */