queue/PlaylistUpdate: include cleanup

This commit is contained in:
Max Kellermann 2016-10-27 22:19:26 +02:00
parent e9a9dabb49
commit ed68fd4ab3
3 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -28,7 +28,6 @@
#include "Listener.hxx"
#include "PlaylistError.hxx"
#include "player/Control.hxx"
#include "util/Error.hxx"
#include "DetachedSong.hxx"
#include "SongLoader.hxx"

View File

@ -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)