From 2f0487521da3da6784dd964c915071b82d749108 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Fri, 15 Jul 2005 23:08:31 +0000 Subject: Fix the *-config.h includes for the files that have moved in the modular tree. --- hw/dmx/dmx.c | 4 ++-- hw/xfree86/dri/dri.c | 4 ++-- hw/xfree86/dri/drimodule.c | 4 ++-- hw/xfree86/dri/xf86dri.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index ac6416d54..75623e696 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -43,8 +43,8 @@ * Please see the Client-to-Server DMX Extension to the X Protocol * document for details about the protocol. */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_DMX_CONFIG_H +#include #endif #include diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index f7af5a6ea..d47001fb4 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86.h" diff --git a/hw/xfree86/dri/drimodule.c b/hw/xfree86/dri/drimodule.c index 446ba6431..d68789771 100644 --- a/hw/xfree86/dri/drimodule.c +++ b/hw/xfree86/dri/drimodule.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86Module.h" diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index aa603dc3f..e874e63ff 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -35,8 +35,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86.h" -- cgit v1.2.3