diff options
-rw-r--r-- | src/Workspace.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index 8c125e4..c089043 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -22,7 +22,7 @@ | |||
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: Workspace.cc,v 1.41 2003/01/12 18:08:05 fluxgen Exp $ | 25 | // $Id: Workspace.cc,v 1.42 2003/01/12 18:51:46 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Workspace.hh" | 27 | #include "Workspace.hh" |
28 | 28 | ||
@@ -30,7 +30,6 @@ | |||
30 | #include "fluxbox.hh" | 30 | #include "fluxbox.hh" |
31 | #include "Screen.hh" | 31 | #include "Screen.hh" |
32 | #include "Window.hh" | 32 | #include "Window.hh" |
33 | #include "Windowmenu.hh" | ||
34 | #include "StringUtil.hh" | 33 | #include "StringUtil.hh" |
35 | #include "Slit.hh" | 34 | #include "Slit.hh" |
36 | 35 | ||