From e6d85855594b6ef0dc52b2c32df76d7b1e514f19 Mon Sep 17 00:00:00 2001 From: Arthur Arlt Date: Mon, 4 Jul 2011 15:41:21 +0200 Subject: [PATCH] Do not include scene.h in workspace.cpp and events.cpp anymore It is no longer necessary to include scene.h in workspace.cpp and events.cpp. REVIEW: 101706 --- events.cpp | 1 - workspace.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/events.cpp b/events.cpp index 5d8d0ba48f..56c1ae72a9 100644 --- a/events.cpp +++ b/events.cpp @@ -36,7 +36,6 @@ along with this program. If not, see . #include "group.h" #include "rules.h" #include "unmanaged.h" -#include "scene.h" #include "screenedge.h" #include "effects.h" diff --git a/workspace.cpp b/workspace.cpp index 7c53b32390..42fdbd0313 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -57,7 +57,6 @@ along with this program. If not, see . #include "rules.h" #include "kwinadaptor.h" #include "unmanaged.h" -#include "scene.h" #include "deleted.h" #include "effects.h" #include "screenedge.h"