aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.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/WinClient.hh
parent4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff)
downloadfluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip
fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2
removed some unneeded headers
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index b52e8d2..2168543 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -24,10 +24,8 @@
24#ifndef WINCLIENT_HH 24#ifndef WINCLIENT_HH
25#define WINCLIENT_HH 25#define WINCLIENT_HH
26 26
27#include "Focusable.hh"
28#include "Window.hh" 27#include "Window.hh"
29#include "Subject.hh" 28#include "FbTk/FbWindow.hh"
30#include "FbWindow.hh"
31#include "FbTk/FbString.hh" 29#include "FbTk/FbString.hh"
32 30
33#include <X11/Xutil.h> 31#include <X11/Xutil.h>