1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

Remove double include.

This commit is contained in:
Teo Mrnjavac
2012-12-05 21:26:45 +01:00
parent e9b5203561
commit 1fea1bd2a1

View File

@@ -41,12 +41,10 @@
#ifdef Q_WS_X11
#include <QtGui/QX11Info>
#include <QBitmap>
#include <libqnetwm/netwm.h>
#endif
#ifdef Q_WS_WIN
#include <QBitmap>
#include <windows.h>
#include <windowsx.h>
#include <shellapi.h>