*: include cleanup (using iwyu)
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include "PlaylistMapper.hxx"
|
||||
#include "PlaylistFile.hxx"
|
||||
#include "PlaylistStream.hxx"
|
||||
#include "PlaylistRegistry.hxx"
|
||||
#include "Mapper.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "storage/StorageInterface.hxx"
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
#include "PlaylistQueue.hxx"
|
||||
#include "PlaylistAny.hxx"
|
||||
#include "PlaylistSong.hxx"
|
||||
#include "PlaylistError.hxx"
|
||||
#include "queue/Playlist.hxx"
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
#include "fs/Traits.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#ifdef ENABLE_DATABASE
|
||||
#include "SongLoader.hxx"
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#ifndef MPD_PLAYLIST_QUEUE_HXX
|
||||
#define MPD_PLAYLIST_QUEUE_HXX
|
||||
|
||||
#include "PlaylistError.hxx"
|
||||
|
||||
class Error;
|
||||
class SongLoader;
|
||||
class SongEnumerator;
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "util/Macros.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "config/Block.hxx"
|
||||
#include "Log.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "util/Error.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
static void
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "SongEnumerator.hxx"
|
||||
#include "SongPrint.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "SongLoader.hxx"
|
||||
#include "fs/Traits.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "thread/Cond.hxx"
|
||||
|
||||
@@ -28,9 +28,6 @@
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
class DetachedSong;
|
||||
struct Tag;
|
||||
|
||||
class CueParser {
|
||||
enum {
|
||||
/**
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#include "../cue/CueParser.hxx"
|
||||
#include "input/TextInputStream.hxx"
|
||||
|
||||
#include <string>
|
||||
|
||||
class CuePlaylist final : public SongEnumerator {
|
||||
TextInputStream tis;
|
||||
CueParser parser;
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
|
||||
#include <FLAC/metadata.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
class FlacPlaylist final : public SongEnumerator {
|
||||
const char *const uri;
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include "util/ASCII.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/DivideString.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user