mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Improve Includes in ExternalResolvers.h
This commit is contained in:
@@ -21,16 +21,14 @@
|
|||||||
#ifndef EXTERNALRESOLVER_H
|
#ifndef EXTERNALRESOLVER_H
|
||||||
#define EXTERNALRESOLVER_H
|
#define EXTERNALRESOLVER_H
|
||||||
|
|
||||||
#include "Artist.h"
|
|
||||||
#include "Album.h"
|
|
||||||
#include "Source.h"
|
#include "Source.h"
|
||||||
#include "Query.h"
|
|
||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
#include "Resolver.h"
|
#include "Resolver.h"
|
||||||
#include "ScriptCommandQueue.h"
|
#include "ScriptCommandQueue.h"
|
||||||
#include "ScriptCommand_AllArtists.h"
|
#include "ScriptCommand_AllArtists.h"
|
||||||
#include "ScriptCommand_AllAlbums.h"
|
#include "ScriptCommand_AllAlbums.h"
|
||||||
#include "ScriptCommand_AllTracks.h"
|
#include "ScriptCommand_AllTracks.h"
|
||||||
|
#include "Typedefs.h"
|
||||||
|
|
||||||
#include <boost/function.hpp>
|
#include <boost/function.hpp>
|
||||||
|
|
||||||
@@ -119,6 +117,6 @@ private:
|
|||||||
|
|
||||||
Q_DECLARE_OPERATORS_FOR_FLAGS( ExternalResolver::Capabilities )
|
Q_DECLARE_OPERATORS_FOR_FLAGS( ExternalResolver::Capabilities )
|
||||||
|
|
||||||
}; //ns
|
} //ns
|
||||||
|
|
||||||
#endif // EXTERNALESOLVER_H
|
#endif // EXTERNALESOLVER_H
|
||||||
|
Reference in New Issue
Block a user