1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

Remove not needed includes

This commit is contained in:
Uwe L. Korn
2013-06-16 12:00:19 +02:00
committed by Michael Zanetti
parent 54e8ee172b
commit 5afc5b0909

View File

@@ -24,10 +24,8 @@
#include <QPixmap> #include <QPixmap>
#include <QPointer> #include <QPointer>
#include <QVariant> #include <QVariant>
#include <QMutex>
#include "utils/TomahawkUtils.h" #include "utils/TomahawkUtils.h"
#include "Track.h"
#include "Typedefs.h" #include "Typedefs.h"
#include "DllMacro.h" #include "DllMacro.h"