From adb3c25bce7a88495eb5bdcb7d2cf7f6be1c0177 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" <uwelk@xhochy.com> Date: Sun, 29 Jun 2014 21:32:55 +0100 Subject: [PATCH] Remove unused includes --- src/viewpages/whatshot/WhatsHotWidget.cpp | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/viewpages/whatshot/WhatsHotWidget.cpp b/src/viewpages/whatshot/WhatsHotWidget.cpp index 69e72d2fc..2cb671565 100644 --- a/src/viewpages/whatshot/WhatsHotWidget.cpp +++ b/src/viewpages/whatshot/WhatsHotWidget.cpp @@ -23,26 +23,18 @@ #include "WhatsHotWidget.h" #include "ui_WhatsHotWidget.h" -#include "ViewManager.h" -#include "SourceList.h" -#include "TomahawkSettings.h" #include "MetaPlaylistInterface.h" +#include "TomahawkSettings.h" #include "Pipeline.h" #include "audio/AudioEngine.h" -#include "playlist/dynamic/GeneratorInterface.h" -#include "playlist/PlayableModel.h" -#include "playlist/PlaylistModel.h" -#include "playlist/TreeProxyModel.h" #include "playlist/PlaylistChartItemDelegate.h" #include "widgets/ChartDataLoader.h" -#include "utils/TomahawkUtilsGui.h" -#include "utils/Logger.h" #include "utils/AnimatedSpinner.h" +#include "utils/Logger.h" +#include "utils/TomahawkUtilsGui.h" -#include <QPainter> #include <QStandardItemModel> -#include <QStandardItem> #define HISTORY_TRACK_ITEMS 25