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
This commit is contained in:
Arthur Arlt 2011-07-04 15:41:21 +02:00
parent 14af45cc04
commit e6d8585559
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "group.h" #include "group.h"
#include "rules.h" #include "rules.h"
#include "unmanaged.h" #include "unmanaged.h"
#include "scene.h"
#include "screenedge.h" #include "screenedge.h"
#include "effects.h" #include "effects.h"

View file

@ -57,7 +57,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "rules.h" #include "rules.h"
#include "kwinadaptor.h" #include "kwinadaptor.h"
#include "unmanaged.h" #include "unmanaged.h"
#include "scene.h"
#include "deleted.h" #include "deleted.h"
#include "effects.h" #include "effects.h"
#include "screenedge.h" #include "screenedge.h"