From d01ec8c0ff34326d335609e1e83b84f7307d37ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 15 Aug 2013 13:09:28 +0200 Subject: [PATCH] Remove not needed includes from kwin/main.cpp --- main.cpp | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/main.cpp b/main.cpp index 8c5b5e8e2e..afa8ad754b 100644 --- a/main.cpp +++ b/main.cpp @@ -20,26 +20,15 @@ along with this program. If not, see . *********************************************************************/ #include "main.h" -#include - -//#define QT_CLEAN_NAMESPACE -#include #include #include -#include -#include #include #include #include #include -#include -#include #include -#include -#include #include -#include #include #include @@ -67,8 +56,6 @@ along with this program. If not, see . #include "atoms.h" #include "options.h" #include "sm.h" -#include "utils.h" -#include "effects.h" #include "workspace.h" #include "xcbutils.h" @@ -77,6 +64,8 @@ along with this program. If not, see . #include #undef INT8 #undef INT32 +#include +#include namespace KWin {