aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-30 15:32:53 (GMT)
commit04cd2fd14c6f45f61457e034906f630ce46a76cc (patch)
tree67e2f2f7977c3e8525c2ae7eb30f593f7f440b82 /src/Keys.hh
parent4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff)
downloadfluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip
fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2
removed some unneeded headers
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index f5c8cea..226d52b 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -24,16 +24,16 @@
24#ifndef KEYS_HH 24#ifndef KEYS_HH
25#define KEYS_HH 25#define KEYS_HH
26 26
27#include <string>
28#include <list>
29#include <map>
30#include <X11/Xlib.h>
31
32#include "FbTk/NotCopyable.hh" 27#include "FbTk/NotCopyable.hh"
33#include "FbTk/RefCount.hh" 28#include "FbTk/RefCount.hh"
34#include "FbTk/Command.hh" 29#include "FbTk/Command.hh"
35#include "FbTk/KeyUtil.hh" 30#include "FbTk/KeyUtil.hh"
36 31
32#include <string>
33#include <list>
34#include <map>
35
36
37namespace FbTk { 37namespace FbTk {
38 class EventHandler; 38 class EventHandler;
39} 39}