From 8ffab59ad2eb1c4996013d343e79f6710eeabe7b Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 29 Jan 2026 18:02:49 +0100 Subject: [PATCH] xfree86: loader: drop ifdef HAVE_XORG_CONFIG_H Not really needed, because is always present anyways. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/loader/loader.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c index 4089910e6b..4800aff2e3 100644 --- a/hw/xfree86/loader/loader.c +++ b/hw/xfree86/loader/loader.c @@ -45,10 +45,7 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include "os.h"