Forward declare KillWindow in workspace.h

This commit is contained in:
Martin Gräßlin 2013-04-08 14:30:55 +02:00
parent 2702c1930b
commit a27bbb9698
2 changed files with 2 additions and 1 deletions

View file

@ -54,6 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
#include "atoms.h"
#include "cursor.h"
#include "killwindow.h"
#include "placement.h"
#include "notifications.h"
#include "outline.h"

View file

@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kdecoration.h"
#include "sm.h"
#include "killwindow.h"
#include <X11/Xlib.h>
@ -56,6 +55,7 @@ namespace KWin
{
class Client;
class KillWindow;
class Outline;
class RootInfo;
class Rules;