diff options
-rw-r--r-- | src/Ewmh.cc | 3 | ||||
-rw-r--r-- | src/Gnome.cc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 3d37a34..4fdede2 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
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: Ewmh.cc,v 1.17 2003/04/15 12:22:06 fluxgen Exp $ | 22 | // $Id: Ewmh.cc,v 1.18 2003/04/25 11:14:11 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
29 | #include "WinClient.hh" | 29 | #include "WinClient.hh" |
30 | #include "Workspace.hh" | ||
30 | 31 | ||
31 | #include <iostream> | 32 | #include <iostream> |
32 | #include <algorithm> | 33 | #include <algorithm> |
diff --git a/src/Gnome.cc b/src/Gnome.cc index d4822c5..17d4f30 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc | |||
@@ -19,7 +19,7 @@ | |||
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: Gnome.cc,v 1.17 2003/04/15 12:22:52 fluxgen Exp $ | 22 | // $Id: Gnome.cc,v 1.18 2003/04/25 11:15:01 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Gnome.hh" | 24 | #include "Gnome.hh" |
25 | 25 | ||
@@ -27,6 +27,7 @@ | |||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
29 | #include "WinClient.hh" | 29 | #include "WinClient.hh" |
30 | #include "Workspace.hh" | ||
30 | 31 | ||
31 | #include <iostream> | 32 | #include <iostream> |
32 | #include <new> | 33 | #include <new> |