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 | |
parent | ec13263a18e77c0e1e1a7bfb9fda6cc10b25ca34 (diff) | |
download | fluxbox-222128c236db06267d0cc225a9e7bbdd017bce77.zip fluxbox-222128c236db06267d0cc225a9e7bbdd017bce77.tar.bz2 |
more header 'correctness'
Diffstat (limited to 'src')
-rw-r--r-- | src/Keys.hh | 2 | ||||
-rw-r--r-- | src/Screen.cc | 1 |
2 files changed, 2 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 | ||
diff --git a/src/Screen.cc b/src/Screen.cc index 8aa7693..73037f4 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -77,6 +77,7 @@ | |||
77 | #include "FbTk/Compose.hh" | 77 | #include "FbTk/Compose.hh" |
78 | #include "FbTk/FbString.hh" | 78 | #include "FbTk/FbString.hh" |
79 | #include "FbTk/STLUtil.hh" | 79 | #include "FbTk/STLUtil.hh" |
80 | #include "FbTk/KeyUtil.hh" | ||
80 | 81 | ||
81 | //use GNU extensions | 82 | //use GNU extensions |
82 | #ifndef _GNU_SOURCE | 83 | #ifndef _GNU_SOURCE |