SongLoader, ...: include cleanup

This commit is contained in:
Max Kellermann 2016-11-07 09:01:57 +01:00
parent 8c4246f2ad
commit 403f0f8c64
10 changed files with 0 additions and 11 deletions

View File

@ -23,7 +23,6 @@
#include "client/Client.hxx"
#include "db/DatabaseSong.hxx"
#include "storage/StorageInterface.hxx"
#include "util/Error.hxx"
#include "DetachedSong.hxx"
#include "PlaylistError.hxx"

View File

@ -24,7 +24,6 @@
#include "storage/StorageInterface.hxx"
#include "storage/FileInfo.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileInfo.hxx"
#include "tag/TagBuilder.hxx"

View File

@ -23,7 +23,6 @@
#include "archive/ArchiveFile.hxx"
#include "input/InputStream.hxx"
#include "thread/Cond.hxx"
#include "util/Error.hxx"
bool
tag_archive_scan(ArchiveFile &archive, const char *path_utf8,

View File

@ -23,7 +23,6 @@
#include "tag/TagHandler.hxx"
#include "tag/TagBuilder.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "input/InputStream.hxx"

View File

@ -24,7 +24,6 @@
#include "tag/TagBuilder.hxx"
#include "util/MimeType.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
#include "input/InputStream.hxx"

View File

@ -28,7 +28,6 @@
#include "client/Response.hxx"
#include "util/CharUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Generic.hxx"
#include "TagStream.hxx"

View File

@ -36,7 +36,6 @@
#include "Mapper.hxx"
#include "fs/AllocatedPath.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "util/ConstBuffer.hxx"
bool
@ -70,7 +69,6 @@ handle_load(Client &client, Request args, gcc_unused Response &r)
const ScopeBulkEdit bulk_edit(client.partition);
Error error;
const SongLoader loader(client);
playlist_open_into_queue(args.front(),
range.start, range.end,

View File

@ -36,7 +36,6 @@
#include "util/ConstBuffer.hxx"
#include "util/StringAPI.hxx"
#include "util/NumberParser.hxx"
#include "util/Error.hxx"
#include <memory>
#include <limits>

View File

@ -28,7 +28,6 @@
#include "mixer/MixerControl.hxx"
#include "pcm/Volume.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"

View File

@ -39,7 +39,6 @@
#endif
#ifdef USE_XDG
#include "util/Error.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include "io/TextFile.hxx"