diff options
author | rws <empty> | 1993-08-24 09:27:28 +0000 |
---|---|---|
committer | rws <empty> | 1993-08-24 09:27:28 +0000 |
commit | 910728abbb1749361a2ff23c9cff31556e176d80 (patch) | |
tree | a6b0f947b5598a51e70d8890bb327af12533406b /xc/lib/Xi | |
parent | 013828523a6514cda90bbe62b3977c10ac058f56 (diff) |
remove duplicat Xproto.h
Diffstat (limited to 'xc/lib/Xi')
-rw-r--r-- | xc/lib/Xi/XGtSelect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/lib/Xi/XGtSelect.c b/xc/lib/Xi/XGtSelect.c index 60b96325b..86a05e36d 100644 --- a/xc/lib/Xi/XGtSelect.c +++ b/xc/lib/Xi/XGtSelect.c @@ -1,4 +1,4 @@ -/* $XConsortium: XGtSelect.c,v 1.6 91/05/05 16:31:24 rws Exp $ */ +/* $XConsortium: XGtSelect.c,v 1.7 93/01/28 19:42:50 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -33,7 +33,6 @@ SOFTWARE. #include "XI.h" #include "XIproto.h" #include "Xlibint.h" -#include "Xproto.h" #include "XInput.h" #include "extutil.h" |