From 8a2357d89e46e2dfbeee9bcf53112b0840036678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 25 Apr 2013 15:57:08 +0200 Subject: [PATCH] Remove unused includes from workspace.cpp --- workspace.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index 8f32f61b7c..8eb09f39bc 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -23,25 +23,13 @@ along with this program. If not, see . #include "workspace.h" -#include #include -#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include #include -#include #include #include #include -#include #include #include "client.h" @@ -62,14 +50,12 @@ along with this program. If not, see . #include "unmanaged.h" #include "deleted.h" #include "effects.h" -#include "overlaywindow.h" #include "screens.h" #include "useractions.h" #include "virtualdesktops.h" #include "xcbutils.h" #include #include -#include #ifdef KWIN_BUILD_SCREENEDGES #include "screenedge.h" #endif @@ -83,11 +69,6 @@ along with this program. If not, see . #include "appmenu.h" #endif -#include -#include -#include -#include -#include #include #include #include