Forward declare KillWindow in workspace.h
This commit is contained in:
parent
2702c1930b
commit
a27bbb9698
2 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#endif
|
#endif
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
#include "killwindow.h"
|
||||||
#include "placement.h"
|
#include "placement.h"
|
||||||
#include "notifications.h"
|
#include "notifications.h"
|
||||||
#include "outline.h"
|
#include "outline.h"
|
||||||
|
|
|
@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "kdecoration.h"
|
#include "kdecoration.h"
|
||||||
#include "sm.h"
|
#include "sm.h"
|
||||||
#include "killwindow.h"
|
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
|
||||||
|
@ -56,6 +55,7 @@ namespace KWin
|
||||||
{
|
{
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
|
class KillWindow;
|
||||||
class Outline;
|
class Outline;
|
||||||
class RootInfo;
|
class RootInfo;
|
||||||
class Rules;
|
class Rules;
|
||||||
|
|
Loading…
Reference in a new issue