From 0766f2a51a2796b478e6e0796e52ca0439d9fae7 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt <domme@tomahawk-player.org> Date: Sat, 25 May 2013 16:07:57 +0200 Subject: [PATCH] Improve inclusion order --- src/libtomahawk/infosystem/InfoSystemCache.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/infosystem/InfoSystemCache.cpp b/src/libtomahawk/infosystem/InfoSystemCache.cpp index 184783cb2..0dcac39e9 100644 --- a/src/libtomahawk/infosystem/InfoSystemCache.cpp +++ b/src/libtomahawk/infosystem/InfoSystemCache.cpp @@ -17,6 +17,9 @@ * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. */ +#include "InfoSystemCache.h" + + #include <QtDebug> @@ -24,7 +27,6 @@ #include <QDesktopServices> #endif -#include "InfoSystemCache.h" #include "TomahawkSettings.h" #include "utils/Logger.h" #include "Source.h"