Remove not needed includes from kwin/main.cpp

icc-effect-5.14.5
Martin Gräßlin 2013-08-15 13:09:28 +02:00
parent 87f362c953
commit d01ec8c0ff
1 changed files with 2 additions and 13 deletions

View File

@ -20,26 +20,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "main.h"
#include <QTextStream>
//#define QT_CLEAN_NAMESPACE
#include <ksharedconfig.h>
#include <kdeversion.h>
#include <kglobal.h>
#include <klocale.h>
#include <stdlib.h>
#include <kcmdlineargs.h>
#include <k4aboutdata.h>
#include <kcrash.h>
#include <KDE/KConfigGroup>
#include <signal.h>
#include <fcntl.h>
#include <QX11Info>
#include <stdio.h>
#include <fixx11h.h>
#include <QtDBus/QtDBus>
#include <QEvent>
#include <QStandardPaths>
#include <kdebug.h>
@ -67,8 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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 <http://www.gnu.org/licenses/>.
#include <X11/Xproto.h>
#undef INT8
#undef INT32
#include <X11/Xatom.h>
#include <fixx11h.h>
namespace KWin
{