queue/PlaylistUpdate: include cleanup
This commit is contained in:
parent
e9a9dabb49
commit
ed68fd4ab3
|
@ -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"
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "Listener.hxx"
|
||||
#include "PlaylistError.hxx"
|
||||
#include "player/Control.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "SongLoader.hxx"
|
||||
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
#include "Playlist.hxx"
|
||||
#include "db/Interface.hxx"
|
||||
#include "db/LightSong.hxx"
|
||||
#include "db/DatabaseError.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
static bool
|
||||
UpdatePlaylistSong(const Database &db, DetachedSong &song)
|
||||
|
|
Loading…
Reference in New Issue