diff options
author | stwo <stwo@noemail.net> | 2013-01-31 11:47:10 (GMT) |
---|---|---|
committer | stwo <stwo@noemail.net> | 2013-01-31 11:47:10 (GMT) |
commit | 1c99c076845fb67d60857fddf9547de1a1daa00c (patch) | |
tree | 909bc17446b18227a286eab8b9604af91bf56ec6 /unix/tkUnixKey.c | |
parent | 2d1b0274d5e53f21d9a3d29a4db766f62966d9c2 (diff) | |
download | tk-1c99c076845fb67d60857fddf9547de1a1daa00c.zip tk-1c99c076845fb67d60857fddf9547de1a1daa00c.tar.gz tk-1c99c076845fb67d60857fddf9547de1a1daa00c.tar.bz2 |
Oops. Missed removing one line in last commit.
FossilOrigin-Name: 84a425c709cd5f0d6a00eadc89dc9cfcf604f6d1
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r-- | unix/tkUnixKey.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index d2de6f7..a59d94e 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -18,8 +18,6 @@ # define XkbKeycodeToKeysym(D,K,G,L) XKeycodeToKeysym(D,K,L) #endif -#include <X11/XKBlib.h> - /* * Prototypes for local functions defined in this file: */ |