From e62001758f254104129ea55d29367ee17fb82ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 29 Aug 2013 13:58:51 +0200 Subject: [PATCH] Drop some no longer required includes from main.cpp --- main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/main.cpp b/main.cpp index 15c2ca120f..2dcc7eaa3c 100644 --- a/main.cpp +++ b/main.cpp @@ -34,11 +34,11 @@ along with this program. If not, see . // KDE #include #include +#include #include #include #include #include -#include #include // Qt #include @@ -62,15 +62,6 @@ along with this program. If not, see . #include #endif // HAVE_MALLOC_H -// XLib -#define INT8 _X11INT8 -#define INT32 _X11INT32 -#include -#undef INT8 -#undef INT32 -#include -#include - namespace KWin {