diff options
author | fluxgen <fluxgen> | 2002-10-25 21:05:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-25 21:05:01 (GMT) |
commit | a0abbf60563de1a0f5bf34138219f26c04e44ce7 (patch) | |
tree | 1f460cc54c785f61102fcf502bbf07a6b91ab180 /src/Toolbar.cc | |
parent | 06d3ea58c080a05db73e4b1285b7ee8c1243ea43 (diff) | |
download | fluxbox-a0abbf60563de1a0f5bf34138219f26c04e44ce7.zip fluxbox-a0abbf60563de1a0f5bf34138219f26c04e44ce7.tar.bz2 |
include fix
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 96500af..010198e 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,14 +22,14 @@ | |||
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.35 2002/10/19 14:07:00 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.36 2002/10/25 21:05:01 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
29 | #include "i18n.hh" | 29 | #include "i18n.hh" |
30 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
31 | #include "Clientmenu.hh" | 31 | #include "Clientmenu.hh" |
32 | #include "Icon.hh" | 32 | #include "Iconmenu.hh" |
33 | #include "Rootmenu.hh" | 33 | #include "Rootmenu.hh" |
34 | #include "Screen.hh" | 34 | #include "Screen.hh" |
35 | #include "Window.hh" | 35 | #include "Window.hh" |