From 786ba60a07d2278f9f8d7043a95c92927d7b4fe1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 13 Feb 2026 12:41:17 +0100 Subject: [PATCH] xfree86: loader: don't ifdef on HAVE_XORG_CONFIG_H anymore It's always present, so no need to ifdef on it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/loader/loader.h | 3 --- hw/xfree86/loader/loaderProcs.h | 3 --- hw/xfree86/loader/loadmod.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/hw/xfree86/loader/loader.h b/hw/xfree86/loader/loader.h index b91fdb97ab..1d9d7338b9 100644 --- a/hw/xfree86/loader/loader.h +++ b/hw/xfree86/loader/loader.h @@ -45,13 +45,10 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - #ifndef _LOADER_H #define _LOADER_H -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include diff --git a/hw/xfree86/loader/loaderProcs.h b/hw/xfree86/loader/loaderProcs.h index 1e67092dce..2c6ced356f 100644 --- a/hw/xfree86/loader/loaderProcs.h +++ b/hw/xfree86/loader/loaderProcs.h @@ -45,13 +45,10 @@ * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - #ifndef _LOADERPROCS_H #define _LOADERPROCS_H -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "xf86Module.h" diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index db0a3da69f..3a4142bb1b 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.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 "dix.h" #include "os.h"