From ae09154da36e9dbd593bdeb7c947fcbe7717507e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 30 Jul 2009 11:09:45 +0000 Subject: [PATCH] move to the cpp the headers useful for the implementation only, and remove the unneeded ones svn path=/trunk/KDE/kdelibs/; revision=1004500 --- windoweffects.cpp | 5 +++++ windoweffects.h | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/windoweffects.cpp b/windoweffects.cpp index 1b12b5fb5..c79b2d33a 100644 --- a/windoweffects.cpp +++ b/windoweffects.cpp @@ -23,6 +23,11 @@ #include +#ifdef Q_WS_X11 +#include +#include +#endif + namespace Plasma { diff --git a/windoweffects.h b/windoweffects.h index 679145c37..8c3918fb5 100644 --- a/windoweffects.h +++ b/windoweffects.h @@ -20,19 +20,10 @@ #ifndef PLASMA_WINDOWEFFECTS_H #define PLASMA_WINDOWEFFECTS_H -#include -#include +#include -#include - -#include #include -#ifdef Q_WS_X11 -#include -#include -#endif - /** @headerfile plasma/windoweffect.h */ namespace Plasma