summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-18 16:31:19 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-20 18:37:02 -0400
commit021fc5cb2cb4a7972b4a6fcb570c1da92787d68d (patch)
tree58063be57aef43d15f51822264d4a7a789ee7c77 /hw/xfree86/loader
parent9398d62f27ee1b287e4458fd8b011c10f7b59efd (diff)
Static markup and dead code cull over xkb/.
The former <X11/extensions/XKBsrv.h> has been pulled into the server now as include/xkbsrv.h, and the world updated to look for it in the new place, since it made no sense to define server API in an extension header. Any further work along this line will need to do similar things with XKBgeom.h and friends.
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r--hw/xfree86/loader/dixsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c
index 594bf4377..5d06b05c7 100644
--- a/hw/xfree86/loader/dixsym.c
+++ b/hw/xfree86/loader/dixsym.c
@@ -86,7 +86,7 @@
#endif
#include "selection.h"
#ifdef XKB
-#include <X11/extensions/XKBsrv.h>
+#include <xkbsrv.h>
extern int XkbDfltRepeatDelay, XkbDfltRepeatInterval;
#endif