diff options
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: |