diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Ewmh.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 47a74c3..2349d8a 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,13 +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: Ewmh.cc,v 1.19 2003/05/04 23:38:06 rathnor Exp $ | 22 | // $Id: Ewmh.cc,v 1.20 2003/05/10 13:21:36 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
26 | #include "Screen.hh" | 26 | #include "Screen.hh" |
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "fluxbox.hh" | ||
29 | #include "WinClient.hh" | 28 | #include "WinClient.hh" |
30 | #include "Workspace.hh" | 29 | #include "Workspace.hh" |
31 | 30 | ||