Commit ed68fd4a authored by Max Kellermann's avatar Max Kellermann

queue/PlaylistUpdate: include cleanup

parent e9a9dabb
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "PlaylistStream.hxx" #include "PlaylistStream.hxx"
#include "PlaylistRegistry.hxx" #include "PlaylistRegistry.hxx"
#include "util/UriUtil.hxx" #include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "input/LocalOpen.hxx" #include "input/LocalOpen.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "Listener.hxx" #include "Listener.hxx"
#include "PlaylistError.hxx" #include "PlaylistError.hxx"
#include "player/Control.hxx" #include "player/Control.hxx"
#include "util/Error.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "SongLoader.hxx" #include "SongLoader.hxx"
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include "Playlist.hxx" #include "Playlist.hxx"
#include "db/Interface.hxx" #include "db/Interface.hxx"
#include "db/LightSong.hxx" #include "db/LightSong.hxx"
#include "db/DatabaseError.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "util/Error.hxx"
#include <stdexcept>
static bool static bool
UpdatePlaylistSong(const Database &db, DetachedSong &song) UpdatePlaylistSong(const Database &db, DetachedSong &song)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment