From 528c7a95bdb613e3efa1b8607d8cc12111584823 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 13 Feb 2026 12:51:28 +0100 Subject: [PATCH] xfree86: vgahw: don't ifdef on HAVE_XORG_CONFIG_H anymore it's always present, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/vgahw/vgaHW.c | 2 -- hw/xfree86/vgahw/vgaHWmodule.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c index 3f7fd642d0..b500c7b317 100644 --- a/hw/xfree86/vgahw/vgaHW.c +++ b/hw/xfree86/vgahw/vgaHW.c @@ -7,9 +7,7 @@ * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. * */ -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include #include diff --git a/hw/xfree86/vgahw/vgaHWmodule.c b/hw/xfree86/vgahw/vgaHWmodule.c index 5559e37416..13b358ea2b 100644 --- a/hw/xfree86/vgahw/vgaHWmodule.c +++ b/hw/xfree86/vgahw/vgaHWmodule.c @@ -1,10 +1,7 @@ /* * Copyright 1998 by The XFree86 Project, Inc */ - -#ifdef HAVE_XORG_CONFIG_H #include -#endif #include "xf86Module.h"