1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

Cleanup some includes

This commit is contained in:
Uwe L. Korn 2013-07-01 11:50:05 +02:00
parent ae76ca840a
commit 6c75a94479
3 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,9 @@
#ifndef DROPJOB_H
#define DROPJOB_H
#include "Query.h"
#include "Album.h"
#include "DllMacro.h"
#include "Typedefs.h"
#include <QObject>
#include <QStringList>

View File

@ -26,6 +26,7 @@
#include <QList>
#include <QMap>
#include <QMutex>
#include <QStringList>
#include <QTimer>
#include <boost/function.hpp>

View File

@ -25,10 +25,8 @@
#include <QList>
#include <QVariant>
#include "Typedefs.h"
#include "infosystem/InfoSystem.h"
#include "DllMacro.h"
#include "Typedefs.h"
class DatabaseCommand_LoadPlaylistEntries;
@ -153,8 +151,8 @@ private:
QWeakPointer< Tomahawk::Query > m_ownRef;
};
}; //ns
} //ns
Q_DECLARE_METATYPE( Tomahawk::query_ptr );
Q_DECLARE_METATYPE( Tomahawk::query_ptr )
#endif // QUERY_H