diff options
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index 9d313e1..03f11e0 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -25,8 +25,8 @@ | |||
25 | #define KEYS_HH | 25 | #define KEYS_HH |
26 | 26 | ||
27 | #include "FbTk/NotCopyable.hh" | 27 | #include "FbTk/NotCopyable.hh" |
28 | #include "FbTk/KeyUtil.hh" | ||
29 | 28 | ||
29 | #include <X11/Xlib.h> | ||
30 | #include <string> | 30 | #include <string> |
31 | #include <map> | 31 | #include <map> |
32 | 32 | ||