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"