summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-07 09:01:57 +0100
committerMax Kellermann <max@musicpd.org>2016-11-07 09:01:57 +0100
commit403f0f8c649f0d51521f4a0b067ba66a5fc47000 (patch)
tree7ddc8f0c85c794b1d42efb3574c45ac3c5ddedb6 /src
parent8c4246f2adb5100f229bbbe52259e50a3161b839 (diff)
SongLoader, ...: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/SongLoader.cxx1
-rw-r--r--src/SongUpdate.cxx1
-rw-r--r--src/TagArchive.cxx1
-rw-r--r--src/TagFile.cxx1
-rw-r--r--src/TagStream.cxx1
-rw-r--r--src/command/FileCommands.cxx1
-rw-r--r--src/command/PlaylistCommands.cxx2
-rw-r--r--src/command/QueueCommands.cxx1
-rw-r--r--src/filter/plugins/ReplayGainFilterPlugin.cxx1
-rw-r--r--src/fs/StandardDirectory.cxx1
10 files changed, 0 insertions, 11 deletions
diff --git a/src/SongLoader.cxx b/src/SongLoader.cxx
index 8a5b95920..6e4b7a661 100644
--- a/src/SongLoader.cxx
+++ b/src/SongLoader.cxx
@@ -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"
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index bbfc7ad09..7d5bd21e3 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -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"
diff --git a/src/TagArchive.cxx b/src/TagArchive.cxx
index dd1b73a38..1cefef8a0 100644
--- a/src/TagArchive.cxx
+++ b/src/TagArchive.cxx
@@ -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,
diff --git a/src/TagFile.cxx b/src/TagFile.cxx
index 5c965832b..a12398671 100644
--- a/src/TagFile.cxx
+++ b/src/TagFile.cxx
@@ -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"
diff --git a/src/TagStream.cxx b/src/TagStream.cxx
index 78bed0513..9a239db9b 100644
--- a/src/TagStream.cxx
+++ b/src/TagStream.cxx
@@ -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"
diff --git a/src/command/FileCommands.cxx b/src/command/FileCommands.cxx
index f091a3924..c7bfa7fe8 100644
--- a/src/command/FileCommands.cxx
+++ b/src/command/FileCommands.cxx
@@ -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"
diff --git a/src/command/PlaylistCommands.cxx b/src/command/PlaylistCommands.cxx
index a008809ea..fae7df5d3 100644
--- a/src/command/PlaylistCommands.cxx
+++ b/src/command/PlaylistCommands.cxx
@@ -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,
diff --git a/src/command/QueueCommands.cxx b/src/command/QueueCommands.cxx
index 911b21304..7c29dc808 100644
--- a/src/command/QueueCommands.cxx
+++ b/src/command/QueueCommands.cxx
@@ -36,7 +36,6 @@
#include "util/ConstBuffer.hxx"
#include "util/StringAPI.hxx"
#include "util/NumberParser.hxx"
-#include "util/Error.hxx"
#include <memory>
#include <limits>
diff --git a/src/filter/plugins/ReplayGainFilterPlugin.cxx b/src/filter/plugins/ReplayGainFilterPlugin.cxx
index 2ec07c2bd..16dac795c 100644
--- a/src/filter/plugins/ReplayGainFilterPlugin.cxx
+++ b/src/filter/plugins/ReplayGainFilterPlugin.cxx
@@ -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"
diff --git a/src/fs/StandardDirectory.cxx b/src/fs/StandardDirectory.cxx
index 0bd2f917a..265f0c13a 100644
--- a/src/fs/StandardDirectory.cxx
+++ b/src/fs/StandardDirectory.cxx
@@ -39,7 +39,6 @@
#endif
#ifdef USE_XDG
-#include "util/Error.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include "io/TextFile.hxx"