diff options
author | fluxgen <fluxgen> | 2003-12-16 23:36:06 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-16 23:36:06 (GMT) |
commit | 90ff80f89b990fcdf98d8c28b4d85a4420a8e213 (patch) | |
tree | 0761fc0b38fd787e988ea673f48f0740075c9b2e /src/Keys.hh | |
parent | 72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (diff) | |
download | fluxbox_pavel-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.zip fluxbox_pavel-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.tar.bz2 |
cleaning
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Keys.hh b/src/Keys.hh index cc51218..b04cdc8 100644 --- a/src/Keys.hh +++ b/src/Keys.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Keys.hh,v 1.29 2003/10/05 07:19:36 rathnor Exp $ | 22 | // $Id: Keys.hh,v 1.30 2003/12/16 23:32:29 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef KEYS_HH | 24 | #ifndef KEYS_HH |
25 | #define KEYS_HH | 25 | #define KEYS_HH |
@@ -28,11 +28,9 @@ | |||
28 | #include <vector> | 28 | #include <vector> |
29 | #include <X11/Xlib.h> | 29 | #include <X11/Xlib.h> |
30 | 30 | ||
31 | #include "NotCopyable.hh" | 31 | #include "FbTk/NotCopyable.hh" |
32 | #include "RefCount.hh" | 32 | #include "FbTk/RefCount.hh" |
33 | namespace FbTk { | 33 | #include "FbTk/Command.hh" |
34 | class Command; | ||
35 | }; | ||
36 | 34 | ||
37 | class Keys:private FbTk::NotCopyable { | 35 | class Keys:private FbTk::NotCopyable { |
38 | public: | 36 | public: |