diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
commit | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch) | |
tree | 88c04dae96cda14478872c7aa34861c2f977ecb2 /src/IconbarTool.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 3 |
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; | |||
43 | class BScreen; | 41 | class BScreen; |
44 | class IconButton; | 42 | class IconButton; |
45 | class Focusable; | 43 | class Focusable; |
44 | class FocusableList; | ||
46 | 45 | ||
47 | class IconbarTool: public ToolbarItem, public FbTk::Observer { | 46 | class IconbarTool: public ToolbarItem, public FbTk::Observer { |
48 | public: | 47 | public: |