From 6b0cdc5dd9e451021c562ac4b6b2101d50187a30 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 26 Aug 2005 16:46:41 +0000 Subject: [PATCH] Change use of dix-config.h to xorg-config.h. --- hw/xfree86/dixmods/ftmodule.c | 4 ++-- hw/xfree86/dixmods/type1mod.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/dixmods/ftmodule.c b/hw/xfree86/dixmods/ftmodule.c index a895d4d20..c2fe79089 100644 --- a/hw/xfree86/dixmods/ftmodule.c +++ b/hw/xfree86/dixmods/ftmodule.c @@ -30,8 +30,8 @@ #include #include "xf86Module.h" -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif static MODULESETUPPROTO(freetypeSetup); diff --git a/hw/xfree86/dixmods/type1mod.c b/hw/xfree86/dixmods/type1mod.c index 5b93dbcb3..e652591a2 100644 --- a/hw/xfree86/dixmods/type1mod.c +++ b/hw/xfree86/dixmods/type1mod.c @@ -30,8 +30,8 @@ #include #include "xf86Module.h" -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif static MODULESETUPPROTO(type1Setup);