aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
commit4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch)
tree88c04dae96cda14478872c7aa34861c2f977ecb2 /src/SystemTray.hh
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index ff3c0f7..9b3ef2f 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -30,13 +30,13 @@
30#include "FbTk/Observer.hh" 30#include "FbTk/Observer.hh"
31 31
32#include "ToolbarItem.hh" 32#include "ToolbarItem.hh"
33#include "ButtonTheme.hh"
34#include "Screen.hh"
35 33
36#include <X11/Xlib.h> 34#include <X11/Xlib.h>
37 35
38#include <list> 36#include <list>
39 37
38class BScreen;
39class ButtonTheme;
40class TrayWindow; 40class TrayWindow;
41class AtomHandler; 41class AtomHandler;
42 42