From 222128c236db06267d0cc225a9e7bbdd017bce77 Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Wed, 2 Jan 2008 09:31:18 +0100
Subject: more header 'correctness'

---
 src/Keys.hh   | 2 +-
 src/Screen.cc | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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 @@
 #define KEYS_HH
 
 #include "FbTk/NotCopyable.hh"
-#include "FbTk/KeyUtil.hh"
 
+#include <X11/Xlib.h>
 #include <string>
 #include <map>
 
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 @@
 #include "FbTk/Compose.hh"
 #include "FbTk/FbString.hh"
 #include "FbTk/STLUtil.hh"
+#include "FbTk/KeyUtil.hh"
 
 //use GNU extensions
 #ifndef _GNU_SOURCE
-- 
cgit v0.11.2