From 16c44810cbe42b5b4150528df5cbc4d5211762a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 3 Feb 2014 11:45:35 +0100 Subject: [PATCH] [kwin] Drop more unused includes --warnings --- kcmkwin/kwindecoration/decorationmodel.cpp | 1 - kcmkwin/kwinrules/kcm.cpp | 2 -- kcmkwin/kwinscreenedges/main.cpp | 2 -- kcmkwin/kwinscripts/main.cpp | 1 - 4 files changed, 6 deletions(-) diff --git a/kcmkwin/kwindecoration/decorationmodel.cpp b/kcmkwin/kwindecoration/decorationmodel.cpp index 7030642e69..351e47013b 100644 --- a/kcmkwin/kwindecoration/decorationmodel.cpp +++ b/kcmkwin/kwindecoration/decorationmodel.cpp @@ -29,7 +29,6 @@ along with this program. If not, see . // KDE #include #include -#include #include #include #include diff --git a/kcmkwin/kwinrules/kcm.cpp b/kcmkwin/kwinrules/kcm.cpp index 7a195b899e..e87722173e 100644 --- a/kcmkwin/kwinrules/kcm.cpp +++ b/kcmkwin/kwinrules/kcm.cpp @@ -18,12 +18,10 @@ #include "kcm.h" -#include #include //Added by qt3to4: #include #include -#include #include #include diff --git a/kcmkwin/kwinscreenedges/main.cpp b/kcmkwin/kwinscreenedges/main.cpp index dec66b2360..68e3ce4f7d 100644 --- a/kcmkwin/kwinscreenedges/main.cpp +++ b/kcmkwin/kwinscreenedges/main.cpp @@ -19,8 +19,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#include "kdebug.h" - #include "main.h" #include diff --git a/kcmkwin/kwinscripts/main.cpp b/kcmkwin/kwinscripts/main.cpp index bcac0d8ff9..edd73b6515 100644 --- a/kcmkwin/kwinscripts/main.cpp +++ b/kcmkwin/kwinscripts/main.cpp @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include #include #include "module.h"