From 8d80b1e1133c02577775126ad65554115b1db4a7 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 23 Jun 2013 12:07:14 +0200 Subject: [PATCH] Improve includes in Resolver.h --- src/libtomahawk/resolvers/Resolver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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