diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/PlaylistPrint.cxx | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r-- | src/PlaylistPrint.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx index 44df5dc0c..2e5804da4 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -20,19 +20,15 @@ #include "config.h" #include "PlaylistPrint.hxx" #include "PlaylistFile.hxx" +#include "PlaylistError.hxx" #include "queue/Playlist.hxx" #include "queue/QueuePrint.hxx" #include "SongPrint.hxx" #include "Partition.hxx" #include "Instance.hxx" #include "db/Interface.hxx" -#include "client/Client.hxx" #include "client/Response.hxx" -#include "input/InputStream.hxx" -#include "DetachedSong.hxx" -#include "fs/Traits.hxx" #include "util/Error.hxx" -#include "thread/Cond.hxx" #define SONG_FILE "file: " #define SONG_TIME "Time: " |