summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-05-25 04:47:15 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-05-25 04:47:15 (GMT)
commit761c8411711d22c899a0f58585286d26273347cc (patch)
treeab2d53d03c1950d6dce2454471ecaa4662a80001
parentdfa360e8905509e3e19db4279fc4066e52014676 (diff)
downloadfluxbox_lack-761c8411711d22c899a0f58585286d26273347cc.zip
fluxbox_lack-761c8411711d22c899a0f58585286d26273347cc.tar.bz2
minor cosmetics
-rw-r--r--src/Screen.cc2
-rw-r--r--src/SystemTray.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 8b605e7..02351a5 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -39,7 +39,7 @@
39#include "FbTk/IntMenuItem.hh" 39#include "FbTk/IntMenuItem.hh"
40#include "FbTk/MenuSeparator.hh" 40#include "FbTk/MenuSeparator.hh"
41#include "FocusModelMenuItem.hh" 41#include "FocusModelMenuItem.hh"
42#include "RadioMenuItem.hh" 42#include "FbTk/RadioMenuItem.hh"
43 43
44// menus 44// menus
45#include "FbMenu.hh" 45#include "FbMenu.hh"
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>