diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-05-25 04:47:15 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-05-25 04:47:15 (GMT) |
commit | 761c8411711d22c899a0f58585286d26273347cc (patch) | |
tree | ab2d53d03c1950d6dce2454471ecaa4662a80001 /src/SystemTray.cc | |
parent | dfa360e8905509e3e19db4279fc4066e52014676 (diff) | |
download | fluxbox-761c8411711d22c899a0f58585286d26273347cc.zip fluxbox-761c8411711d22c899a0f58585286d26273347cc.tar.bz2 |
minor cosmetics
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r-- | src/SystemTray.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 0c3e550..05d8d09 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -25,13 +25,13 @@ | |||
25 | #include "FbTk/ImageControl.hh" | 25 | #include "FbTk/ImageControl.hh" |
26 | #include "FbTk/TextUtils.hh" | 26 | #include "FbTk/TextUtils.hh" |
27 | #include "FbTk/MemFun.hh" | 27 | #include "FbTk/MemFun.hh" |
28 | #include "FbTk/SimpleObserver.hh" | ||
28 | 29 | ||
29 | #include "AtomHandler.hh" | 30 | #include "AtomHandler.hh" |
30 | #include "fluxbox.hh" | 31 | #include "fluxbox.hh" |
31 | #include "WinClient.hh" | 32 | #include "WinClient.hh" |
32 | #include "Screen.hh" | 33 | #include "Screen.hh" |
33 | #include "ButtonTheme.hh" | 34 | #include "ButtonTheme.hh" |
34 | #include "SimpleObserver.hh" | ||
35 | 35 | ||
36 | #include <X11/Xutil.h> | 36 | #include <X11/Xutil.h> |
37 | #include <X11/Xatom.h> | 37 | #include <X11/Xatom.h> |