mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove unused includes
This commit is contained in:
parent
d9887c76d5
commit
69e55c4c55
@ -19,33 +19,8 @@
|
||||
#include "WhatsNew_0_8.h"
|
||||
#include "ui_WhatsNewWidget_0_8.h"
|
||||
|
||||
#include "libtomahawk-widgets/PlaylistDelegate.h"
|
||||
|
||||
#include "ViewManager.h"
|
||||
#include "SourceList.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "widgets/RecentPlaylistsModel.h"
|
||||
#include "widgets/RecentlyPlayedPlaylistsModel.h"
|
||||
#include "MetaPlaylistInterface.h"
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "playlist/AlbumModel.h"
|
||||
#include "playlist/RecentlyPlayedModel.h"
|
||||
#include "playlist/dynamic/GeneratorInterface.h"
|
||||
#include "widgets/OverlayWidget.h"
|
||||
#include "widgets/BasicHeader.h"
|
||||
#include "utils/ImageRegistry.h"
|
||||
#include "utils/AnimatedSpinner.h"
|
||||
#include "utils/TomahawkStyle.h"
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/DpiScaler.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QScrollArea>
|
||||
#include <QLabel>
|
||||
|
||||
#define HISTORY_PLAYLIST_ITEMS 10
|
||||
#define HISTORY_TRACK_ITEMS 15
|
||||
|
||||
using namespace Tomahawk;
|
||||
using namespace Tomahawk::Widgets;
|
||||
|
@ -19,26 +19,13 @@
|
||||
#ifndef WHATSNEW_0_8_H
|
||||
#define WHATSNEW_0_8_H
|
||||
|
||||
#include "PlaylistInterface.h"
|
||||
|
||||
#include "Query.h"
|
||||
#include "Source.h"
|
||||
#include "ViewPagePlugin.h"
|
||||
#include "ViewPageLazyLoader.h"
|
||||
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QListWidgetItem>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
#include "../ViewPageDllMacro.h"
|
||||
|
||||
class AlbumModel;
|
||||
class RecentlyPlayedModel;
|
||||
class OverlayWidget;
|
||||
class BasicHeader;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class WhatsNewWidget_0_8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user