diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-02 08:31:18 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-02 08:31:18 (GMT) |
commit | 222128c236db06267d0cc225a9e7bbdd017bce77 (patch) | |
tree | 3e1811ecdad4f4f8dc7585b94ea782d6c03b019f /src/Keys.hh | |
parent | ec13263a18e77c0e1e1a7bfb9fda6cc10b25ca34 (diff) | |
download | fluxbox-222128c236db06267d0cc225a9e7bbdd017bce77.zip fluxbox-222128c236db06267d0cc225a9e7bbdd017bce77.tar.bz2 |
more header 'correctness'
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 | ||