aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-22 19:39:47 (GMT)
committerfluxgen <fluxgen>2003-06-22 19:39:47 (GMT)
commitc9f52604c6a1f6d06bfd7fd3322c8e981c7a1084 (patch)
tree8a8bb93762573143a641bc5d59315041b793f738 /src/Toolbar.hh
parentbf81d4e6c31546bf92ea160055bf6e2fdc8225f5 (diff)
downloadfluxbox-c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084.zip
fluxbox-c9f52604c6a1f6d06bfd7fd3322c8e981c7a1084.tar.bz2
minor cleaning
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh5
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
44class BScreen; 42class BScreen;
45class Strut; 43class Strut;
44class IconBar;
46 45
47namespace FbTk { 46namespace FbTk {
48class ImageControl; 47class ImageControl;