1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Cleanup header

This commit is contained in:
Uwe L. Korn
2014-06-29 21:27:04 +01:00
parent 8536ed2622
commit 0fafa771de

View File

@@ -22,21 +22,17 @@
#ifndef WHATSHOTWIDGET_H #ifndef WHATSHOTWIDGET_H
#define WHATSHOTWIDGET_H #define WHATSHOTWIDGET_H
#include "PlaylistInterface.h"
#include "infosystem/InfoSystem.h"
#include "../ViewPageDllMacro.h" #include "../ViewPageDllMacro.h"
#include "ViewPagePlugin.h" #include "ViewPagePlugin.h"
#include "ViewPageLazyLoader.h" #include "ViewPageLazyLoader.h"
class AnimatedSpinner;
class PlayableModel;
class QSortFilterProxyModel; class QSortFilterProxyModel;
class QStandardItemModel; class QStandardItemModel;
class QStandardItem; class QStandardItem;
class TreeModel; class TreeModel;
class PlaylistModel;
class TreeProxyModel;
class PlayableModel;
class AnimatedSpinner;
namespace Ui namespace Ui
{ {
@@ -47,7 +43,6 @@ namespace Tomahawk
{ {
class ChartDataLoader; class ChartDataLoader;
class ChartsPlaylistInterface; class ChartsPlaylistInterface;
class ChartDataLoader;
} }
namespace Tomahawk namespace Tomahawk