summaryrefslogtreecommitdiff
path: root/xfixes
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 07:37:35 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 07:37:35 +0000
commit46b64bd5c66abb1bb9f3538c887d10867607bfff (patch)
tree300ec43d4ac86416fc063d9c7ccd17da78e0af0b /xfixes
parente03198972ca78b03ad13cb49112c03a052bb763b (diff)
Fix more include paths; add dix-config.h to XKB code.
Diffstat (limited to 'xfixes')
-rwxr-xr-xxfixes/cursor.c3
-rwxr-xr-xxfixes/region.c3
-rwxr-xr-xxfixes/saveset.c3
-rwxr-xr-xxfixes/select.c3
-rwxr-xr-xxfixes/xfixes.c3
5 files changed, 0 insertions, 15 deletions
diff --git a/xfixes/cursor.c b/xfixes/cursor.c
index 25b0fac6e..6895b6f00 100755
--- a/xfixes/cursor.c
+++ b/xfixes/cursor.c
@@ -26,9 +26,6 @@
#include <dix-config.h>
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "xfixesint.h"
#include "scrnintstr.h"
#include "cursorstr.h"
diff --git a/xfixes/region.c b/xfixes/region.c
index 1ee2cd744..d317f7313 100755
--- a/xfixes/region.c
+++ b/xfixes/region.c
@@ -26,9 +26,6 @@
#include <dix-config.h>
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "xfixesint.h"
#include "scrnintstr.h"
#ifdef RENDER
diff --git a/xfixes/saveset.c b/xfixes/saveset.c
index 780aeb57b..9ebf24584 100755
--- a/xfixes/saveset.c
+++ b/xfixes/saveset.c
@@ -26,9 +26,6 @@
#include <dix-config.h>
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "xfixesint.h"
int
diff --git a/xfixes/select.c b/xfixes/select.c
index 71addd470..4c7a49def 100755
--- a/xfixes/select.c
+++ b/xfixes/select.c
@@ -26,9 +26,6 @@
#include <dix-config.h>
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "xfixesint.h"
static RESTYPE SelectionClientType, SelectionWindowType;
diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c
index 38e9b39c1..b2cd4afaa 100755
--- a/xfixes/xfixes.c
+++ b/xfixes/xfixes.c
@@ -26,9 +26,6 @@
#include <dix-config.h>
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
#include "xfixesint.h"
unsigned char XFixesReqCode;