diff options
author | stwo@users.sourceforge.net <stwo> | 2013-01-31 11:47:10 (GMT) |
---|---|---|
committer | stwo@users.sourceforge.net <stwo> | 2013-01-31 11:47:10 (GMT) |
commit | 3c36d5c5181ad26915431a799ff76c5c7dbb3671 (patch) | |
tree | 909bc17446b18227a286eab8b9604af91bf56ec6 /unix/tkUnixKey.c | |
parent | 4d9db454b05e0b5826e65b911634b2ae027c58da (diff) | |
download | tk-3c36d5c5181ad26915431a799ff76c5c7dbb3671.zip tk-3c36d5c5181ad26915431a799ff76c5c7dbb3671.tar.gz tk-3c36d5c5181ad26915431a799ff76c5c7dbb3671.tar.bz2 |
Oops. Missed removing one line in last commit.
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: */ |