diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-03 05:13:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-03 05:13:49 +0000 |
commit | de277f633b97c20b72cc118f3d5e0c8c319d92c7 (patch) | |
tree | ecff9424f46b23d80580f57ffcdbf61d463e122b /proto/inputproto/XI.h | |
parent | ec4c2f560d5ab5dc0b168f678bd22b4a929de0f4 (diff) |
Revert to 1.4.2.1. The change that pulls Xmd.h in more headers is
causing too much problems in ports. requested by espie@ and deraadt@
Diffstat (limited to 'proto/inputproto/XI.h')
-rw-r--r-- | proto/inputproto/XI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/inputproto/XI.h b/proto/inputproto/XI.h index fe4981aeb..ae5229249 100644 --- a/proto/inputproto/XI.h +++ b/proto/inputproto/XI.h @@ -50,9 +50,8 @@ SOFTWARE. /* Definitions used by the server, library and client */ #ifndef _XI_H_ -#define _XI_H_ -#include <X11/Xmd.h> /* CARD32 */ +#define _XI_H_ #define sz_xGetExtensionVersionReq 8 #define sz_xGetExtensionVersionReply 32 |