diff --git a/src/libtomahawk/resolvers/Resolver.h b/src/libtomahawk/resolvers/Resolver.h index 96fd9bcbf..5ce76d05b 100644 --- a/src/libtomahawk/resolvers/Resolver.h +++ b/src/libtomahawk/resolvers/Resolver.h @@ -21,9 +21,9 @@ #include -#include "Query.h" - #include "DllMacro.h" +#include "Typedefs.h" + // implement this if you can resolve queries to content @@ -52,6 +52,6 @@ public slots: virtual void resolve( const Tomahawk::query_ptr& query ) = 0; }; -}; //ns +} //ns #endif // RESOLVER_H