From e6a4cde16dc99ea02ac93da1d1b9517b1073d159 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 22 Feb 2008 18:36:29 -0500 Subject: [PATCH] Use the client-side XKB headers for the config utilities --- hw/xfree86/utils/xorgcfg/text-mode.c | 2 +- hw/xfree86/utils/xorgconfig/xorgconfig.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/utils/xorgcfg/text-mode.c b/hw/xfree86/utils/xorgcfg/text-mode.c index c1fa67ed7..0b6e65482 100644 --- a/hw/xfree86/utils/xorgcfg/text-mode.c +++ b/hw/xfree86/utils/xorgcfg/text-mode.c @@ -39,7 +39,7 @@ #endif #include #include -#include "xkbstr.h" +#include #include #include "cards.h" #include "config.h" diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c index d537abac4..30eb83182 100644 --- a/hw/xfree86/utils/xorgconfig/xorgconfig.c +++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c @@ -106,7 +106,7 @@ #include #include -#include "xkbstr.h" +#include #include #define MAX_XKBOPTIONS 5