diff options
author | fluxgen <fluxgen> | 2003-06-22 19:39:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-22 19:39:47 (GMT) |
commit | c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084 (patch) | |
tree | 8a8bb93762573143a641bc5d59315041b793f738 /src/Toolbar.hh | |
parent | bf81d4e6c31546bf92ea160055bf6e2fdc8225f5 (diff) | |
download | fluxbox_pavel-c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084.zip fluxbox_pavel-c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084.tar.bz2 |
minor cleaning
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index f8d3fe4..6dd7860 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -22,13 +22,12 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.hh,v 1.33 2003/06/18 13:50:40 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.34 2003/06/22 19:38:38 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
29 | 29 | ||
30 | #include "Timer.hh" | 30 | #include "Timer.hh" |
31 | #include "IconBar.hh" | ||
32 | #include "ToolbarTheme.hh" | 31 | #include "ToolbarTheme.hh" |
33 | #include "EventHandler.hh" | 32 | #include "EventHandler.hh" |
34 | #include "FbWindow.hh" | 33 | #include "FbWindow.hh" |
@@ -37,12 +36,12 @@ | |||
37 | #include "XLayer.hh" | 36 | #include "XLayer.hh" |
38 | #include "XLayerItem.hh" | 37 | #include "XLayerItem.hh" |
39 | #include "LayerMenu.hh" | 38 | #include "LayerMenu.hh" |
40 | #include "fluxbox.hh" | ||
41 | 39 | ||
42 | #include <memory> | 40 | #include <memory> |
43 | 41 | ||
44 | class BScreen; | 42 | class BScreen; |
45 | class Strut; | 43 | class Strut; |
44 | class IconBar; | ||
46 | 45 | ||
47 | namespace FbTk { | 46 | namespace FbTk { |
48 | class ImageControl; | 47 | class ImageControl; |