aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-16 12:10:19 (GMT)
committerfluxgen <fluxgen>2003-08-16 12:10:19 (GMT)
commita44683165c1c892dc6d83151323fa70780a920c0 (patch)
tree91e0a8192fd7d9a42602de0d290edf29b114cfb6 /src/Toolbar.cc
parent247d68bbf1bd408fee456bc8045aab5b24717f6a (diff)
downloadfluxbox-a44683165c1c892dc6d83151323fa70780a920c0.zip
fluxbox-a44683165c1c892dc6d83151323fa70780a920c0.tar.bz2
cleaning
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 5dd83e5..cbe5148 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -22,16 +22,13 @@
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.cc,v 1.110 2003/08/15 15:29:10 fluxgen Exp $ 25// $Id: Toolbar.cc,v 1.111 2003/08/16 12:10:19 fluxgen Exp $
26 26
27#include "Toolbar.hh" 27#include "Toolbar.hh"
28 28
29#include "Container.hh" 29// themes
30#include "ToolbarTheme.hh"
30 31
31#include "TextButton.hh"
32#include "IconButton.hh"
33#include "IconButtonTheme.hh"
34#include "IconbarTheme.hh"
35// tools 32// tools
36#include "IconbarTool.hh" 33#include "IconbarTool.hh"
37#include "WorkspaceNameTool.hh" 34#include "WorkspaceNameTool.hh"
@@ -41,19 +38,12 @@
41#include "I18n.hh" 38#include "I18n.hh"
42#include "fluxbox.hh" 39#include "fluxbox.hh"
43#include "Screen.hh" 40#include "Screen.hh"
44#include "Window.hh" 41
45#include "WinClient.hh"
46#include "Workspace.hh"
47#include "ImageControl.hh"
48#include "ToolbarTheme.hh"
49#include "EventManager.hh" 42#include "EventManager.hh"
50#include "Text.hh"
51#include "SimpleCommand.hh" 43#include "SimpleCommand.hh"
52#include "IntResMenuItem.hh" 44#include "IntResMenuItem.hh"
53#include "MacroCommand.hh" 45#include "MacroCommand.hh"
54#include "RootTheme.hh"
55#include "BoolMenuItem.hh" 46#include "BoolMenuItem.hh"
56#include "FbWinFrameTheme.hh"
57#include "Xinerama.hh" 47#include "Xinerama.hh"
58#include "Strut.hh" 48#include "Strut.hh"
59 49