diff options
author | Max Kellermann <max@musicpd.org> | 2016-10-27 22:19:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-10-27 22:19:26 +0200 |
commit | ed68fd4ab33ec3904b777e61a8bb1bffd2346ad1 (patch) | |
tree | 26425909e9f51d0947cf117bc1809f2cbba346be /src/playlist | |
parent | e9a9dabb49a0451314bda2c6c3bac3e75ae41045 (diff) |
queue/PlaylistUpdate: include cleanup
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/PlaylistStream.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlist/PlaylistStream.cxx b/src/playlist/PlaylistStream.cxx index fc3a5586b..a85829009 100644 --- a/src/playlist/PlaylistStream.cxx +++ b/src/playlist/PlaylistStream.cxx @@ -21,7 +21,6 @@ #include "PlaylistStream.hxx" #include "PlaylistRegistry.hxx" #include "util/UriUtil.hxx" -#include "util/Error.hxx" #include "input/InputStream.hxx" #include "input/LocalOpen.hxx" #include "fs/Path.hxx" |