mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Cleanup some includes
This commit is contained in:
@@ -20,7 +20,9 @@
|
|||||||
#ifndef DROPJOB_H
|
#ifndef DROPJOB_H
|
||||||
#define DROPJOB_H
|
#define DROPJOB_H
|
||||||
|
|
||||||
#include "Query.h"
|
#include "Album.h"
|
||||||
|
#include "DllMacro.h"
|
||||||
|
#include "Typedefs.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include <QMutex>
|
#include <QMutex>
|
||||||
|
#include <QStringList>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
|
@@ -25,10 +25,8 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
#include "Typedefs.h"
|
|
||||||
#include "infosystem/InfoSystem.h"
|
|
||||||
|
|
||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
|
#include "Typedefs.h"
|
||||||
|
|
||||||
class DatabaseCommand_LoadPlaylistEntries;
|
class DatabaseCommand_LoadPlaylistEntries;
|
||||||
|
|
||||||
@@ -153,8 +151,8 @@ private:
|
|||||||
QWeakPointer< Tomahawk::Query > m_ownRef;
|
QWeakPointer< Tomahawk::Query > m_ownRef;
|
||||||
};
|
};
|
||||||
|
|
||||||
}; //ns
|
} //ns
|
||||||
|
|
||||||
Q_DECLARE_METATYPE( Tomahawk::query_ptr );
|
Q_DECLARE_METATYPE( Tomahawk::query_ptr )
|
||||||
|
|
||||||
#endif // QUERY_H
|
#endif // QUERY_H
|
||||||
|
Reference in New Issue
Block a user