summaryrefslogtreecommitdiff
path: root/xkb/XKBMAlloc.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-03-27 23:03:47 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-03-27 23:03:47 +0000
commit0e88cefbfecbff0c7dd606ce0caca840f45cbc0d (patch)
treeb33fadb88309ddb2531c75e2691e597894a4e575 /xkb/XKBMAlloc.c
parent5be8a66d324f3d5840b134ad29069eace64e6f12 (diff)
Prune XKB code to only what we need to run the server. Remove dead
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths.
Diffstat (limited to 'xkb/XKBMAlloc.c')
-rw-r--r--xkb/XKBMAlloc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/xkb/XKBMAlloc.c b/xkb/XKBMAlloc.c
index 91d87d57c..6c47db03c 100644
--- a/xkb/XKBMAlloc.c
+++ b/xkb/XKBMAlloc.c
@@ -32,18 +32,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#endif
-#ifndef XKB_IN_SERVER
-
-#include <stdio.h>
-#define NEED_REPLIES
-#define NEED_EVENTS
-#include "Xlibint.h"
-#include <X11/extensions/XKBproto.h>
-#include <X11/keysym.h>
-#include "XKBlibint.h"
-
-#else
-
#include <stdio.h>
#include <X11/X.h>
#define NEED_EVENTS
@@ -55,8 +43,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XKBSRV_NEED_FILE_FUNCS
#include <X11/extensions/XKBsrv.h>
-#endif /* XKB_IN_SERVER */
-
/***====================================================================***/
Status