From 0111a3cc9e3dfe821265eeca03e080fb278e703c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 29 Jan 2026 18:01:35 +0100 Subject: [PATCH] xfree86: ddc: drop ifdef HAVE_XORG_CONFIG_H Not really needed, because is always present anyways. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/ddc/ddc.c | 3 --- hw/xfree86/ddc/ddcProperty.c | 3 --- hw/xfree86/ddc/interpret_edid.c | 3 --- hw/xfree86/ddc/print_edid.c | 3 --- 4 files changed, 12 deletions(-) diff --git a/hw/xfree86/ddc/ddc.c b/hw/xfree86/ddc/ddc.c index b10be6d021..7989f72b08 100644 --- a/hw/xfree86/ddc/ddc.c +++ b/hw/xfree86/ddc/ddc.c @@ -9,10 +9,7 @@ * introduces extension blocks. EDID is the old display identification * block, DisplayID is the new one. */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "os/osdep.h" diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index 2c021a290e..8e39faea41 100644 --- a/hw/xfree86/ddc/ddcProperty.c +++ b/hw/xfree86/ddc/ddcProperty.c @@ -20,10 +20,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "dix/dix_priv.h" diff --git a/hw/xfree86/ddc/interpret_edid.c b/hw/xfree86/ddc/interpret_edid.c index f52b8ef456..76d5791b26 100644 --- a/hw/xfree86/ddc/interpret_edid.c +++ b/hw/xfree86/ddc/interpret_edid.c @@ -23,10 +23,7 @@ * * interpret_edid.c: interpret a primary EDID block */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include diff --git a/hw/xfree86/ddc/print_edid.c b/hw/xfree86/ddc/print_edid.c index 24a9a52f7c..e776b612b2 100644 --- a/hw/xfree86/ddc/print_edid.c +++ b/hw/xfree86/ddc/print_edid.c @@ -23,10 +23,7 @@ * * print_edid.c: print out all information retrieved from display device */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "misc.h" #include "xf86.h"