From a9ba1ee1e1ba8d81689179bd55a6becb0316844f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 8 Jun 2013 05:11:55 +0200 Subject: [PATCH] * Style clean up. --- src/libtomahawk/ArtistPlaylistInterface.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libtomahawk/ArtistPlaylistInterface.cpp b/src/libtomahawk/ArtistPlaylistInterface.cpp index 21b0b660d..bc901abcb 100644 --- a/src/libtomahawk/ArtistPlaylistInterface.cpp +++ b/src/libtomahawk/ArtistPlaylistInterface.cpp @@ -25,7 +25,6 @@ #include "database/Database.h" #include "database/DatabaseCommand_AllTracks.h" #include "Source.h" -#include "Pipeline.h" #include "utils/Logger.h" @@ -55,7 +54,7 @@ ArtistPlaylistInterface::setCurrentIndex( qint64 index ) { PlaylistInterface::setCurrentIndex( index ); - m_currentItem = m_queries.at( index )->results().first(); + m_currentItem = m_queries.at( index )->results().first(); }