diff options
author | rws <empty> | 1994-04-04 10:39:01 +0000 |
---|---|---|
committer | rws <empty> | 1994-04-04 10:39:01 +0000 |
commit | c232f59910875103dd1aa2e79e38ba9fdf2c985c (patch) | |
tree | 70b1b34864df04f683d7f1d9a0ba55d704ed7ed9 /xc/programs/xkbcomp/xkbcomp.h | |
parent | 43bc43c9b7a56d54ca51f26f884acda3545a036e (diff) |
remove redundant include of X.h
Diffstat (limited to 'xc/programs/xkbcomp/xkbcomp.h')
-rw-r--r-- | xc/programs/xkbcomp/xkbcomp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/programs/xkbcomp/xkbcomp.h b/xc/programs/xkbcomp/xkbcomp.h index 8b834218d..7737ef174 100644 --- a/xc/programs/xkbcomp/xkbcomp.h +++ b/xc/programs/xkbcomp/xkbcomp.h @@ -1,4 +1,4 @@ -/* $XConsortium: xkbcomp.h,v 1.1 94/04/02 17:08:36 erik Exp $ */ +/* $XConsortium: xkbcomp.h,v 1.2 94/04/02 17:33:30 erik Exp $ */ /************************************************************ Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. @@ -33,7 +33,6 @@ #define DEBUG_VAR debugFlags #endif -#include <X11/X.h> #include <X11/Xlib.h> #include <X11/XKBlib.h> |