aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
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}