aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-28 08:30:31 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-28 08:30:31 (GMT)
commita61b37da70e0cd1556617c56890455ef89ee1fb0 (patch)
tree9f001e42d75ca60e4f66aeca997617097e8102a6 /src/WinClient.cc
parent9cb78eaa3b7a588fea60830752689ecf8db5b16e (diff)
downloadfluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.zip
fluxbox-a61b37da70e0cd1556617c56890455ef89ee1fb0.tar.bz2
minor correction of include names
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 68e5600..b6df606 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -29,7 +29,7 @@
29 29
30#include "Xutil.hh" 30#include "Xutil.hh"
31 31
32#include "EventManager.hh" 32#include "FbTk/EventManager.hh"
33#include "FbTk/MultLayers.hh" 33#include "FbTk/MultLayers.hh"
34 34
35#include <iostream> 35#include <iostream>