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 | |
parent | 06d3ea58c080a05db73e4b1285b7ee8c1243ea43 (diff) | |
download | fluxbox_paul-a0abbf60563de1a0f5bf34138219f26c04e44ce7.zip fluxbox_paul-a0abbf60563de1a0f5bf34138219f26c04e44ce7.tar.bz2 |
include fix
Diffstat (limited to 'src')
-rw-r--r-- | src/IconBar.cc | 3 | ||||
-rw-r--r-- | src/Toolbar.cc | 4 | ||||
-rw-r--r-- | src/Window.cc | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index 3d2919d..ed091a6 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,11 +19,12 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.cc,v 1.16 2002/10/15 17:10:48 fluxgen Exp $ | 22 | // $Id: IconBar.cc,v 1.17 2002/10/25 20:59:56 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | #include "i18n.hh" | 25 | #include "i18n.hh" |
26 | #include "Screen.hh" | 26 | #include "Screen.hh" |
27 | #include "fluxbox.hh" | ||
27 | 28 | ||
28 | #include <algorithm> | 29 | #include <algorithm> |
29 | 30 | ||
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" |
diff --git a/src/Window.cc b/src/Window.cc index 8f6e8d6..37b7757 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,13 +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: Window.cc,v 1.94 2002/10/23 21:59:37 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.95 2002/10/25 21:01:49 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
29 | #include "i18n.hh" | 29 | #include "i18n.hh" |
30 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
31 | #include "Icon.hh" | 31 | #include "Iconmenu.hh" |
32 | #include "Screen.hh" | 32 | #include "Screen.hh" |
33 | #include "Toolbar.hh" | 33 | #include "Toolbar.hh" |
34 | #include "Windowmenu.hh" | 34 | #include "Windowmenu.hh" |