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:
parent
ae76ca840a
commit
6c75a94479
@ -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>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
#include <QMutex>
|
||||
#include <QStringList>
|
||||
#include <QTimer>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user