From a27bbb969894f9b0011a0ea58bb9c9861a7cd734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 8 Apr 2013 14:30:55 +0200 Subject: [PATCH] Forward declare KillWindow in workspace.h --- workspace.cpp | 1 + workspace.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 50338ba6c8..3dd3d47517 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -54,6 +54,7 @@ along with this program. If not, see . #endif #include "atoms.h" #include "cursor.h" +#include "killwindow.h" #include "placement.h" #include "notifications.h" #include "outline.h" diff --git a/workspace.h b/workspace.h index 42a555c8f9..a5dea6091e 100644 --- a/workspace.h +++ b/workspace.h @@ -37,7 +37,6 @@ along with this program. If not, see . #include "kdecoration.h" #include "sm.h" -#include "killwindow.h" #include @@ -56,6 +55,7 @@ namespace KWin { class Client; +class KillWindow; class Outline; class RootInfo; class Rules;