aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.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/IconbarTool.hh
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index 3111875..90bb790 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -27,13 +27,11 @@
27 27
28#include "ToolbarItem.hh" 28#include "ToolbarItem.hh"
29#include "FbMenu.hh" 29#include "FbMenu.hh"
30#include "FocusableList.hh"
31 30
32#include "FbTk/Container.hh" 31#include "FbTk/Container.hh"
33#include "FbTk/CachedPixmap.hh" 32#include "FbTk/CachedPixmap.hh"
34#include "FbTk/Observer.hh" 33#include "FbTk/Observer.hh"
35#include "FbTk/Resource.hh" 34#include "FbTk/Resource.hh"
36#include "FbTk/Menu.hh"
37 35
38#include <X11/Xlib.h> 36#include <X11/Xlib.h>
39 37
@@ -43,6 +41,7 @@ class IconbarTheme;
43class BScreen; 41class BScreen;
44class IconButton; 42class IconButton;
45class Focusable; 43class Focusable;
44class FocusableList;
46 45
47class IconbarTool: public ToolbarItem, public FbTk::Observer { 46class IconbarTool: public ToolbarItem, public FbTk::Observer {
48public: 47public: