summaryrefslogtreecommitdiff
path: root/src/PlaylistPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-03-01 22:08:13 +0100
committerMax Kellermann <max@duempel.org>2016-03-01 22:08:13 +0100
commit1aee89f5ea603d24991c73e2479472577aa28d66 (patch)
tree5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/PlaylistPrint.cxx
parentfb547260d1b992b64c0ffd78e3bc55db86f90bda (diff)
*: include cleanup (using iwyu)
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r--src/PlaylistPrint.cxx6
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: "