Drop some no longer required includes from main.cpp

icc-effect-5.14.5
Martin Gräßlin 2013-08-29 13:58:51 +02:00
parent 1b30755b32
commit e62001758f
1 changed files with 1 additions and 10 deletions

View File

@ -34,11 +34,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// KDE
#include <kdeversion.h>
#include <KDE/KAboutData>
#include <KDE/KConfig>
#include <KDE/KConfigGroup>
#include <KDE/KCrash>
#include <KDE/KDebug>
#include <KDE/KGlobal>
#include <KDE/KGlobalSettings>
#include <KDE/KLocalizedString>
// Qt
#include <qplatformdefs.h>
@ -62,15 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <malloc.h>
#endif // HAVE_MALLOC_H
// XLib
#define INT8 _X11INT8
#define INT32 _X11INT32
#include <X11/Xproto.h>
#undef INT8
#undef INT32
#include <X11/Xatom.h>
#include <fixx11h.h>
namespace KWin
{