aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/PlaylistCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 23:30:12 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 23:30:12 +0100
commitf1f19841bdd291c055f59b6603f69278c66366d8 (patch)
tree96d674b367234c966df4055686566354a0852072 /src/command/PlaylistCommands.cxx
parent655ad344140ee250f8becf67544dbe035a3460b1 (diff)
downloadmpd-f1f19841bdd291c055f59b6603f69278c66366d8.tar.gz
mpd-f1f19841bdd291c055f59b6603f69278c66366d8.tar.xz
mpd-f1f19841bdd291c055f59b6603f69278c66366d8.zip
playlist/*: move to playlist/plugins/
Diffstat (limited to 'src/command/PlaylistCommands.cxx')
-rw-r--r--src/command/PlaylistCommands.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/PlaylistCommands.cxx b/src/command/PlaylistCommands.cxx
index e3f7faa05..2f203678b 100644
--- a/src/command/PlaylistCommands.cxx
+++ b/src/command/PlaylistCommands.cxx
@@ -25,7 +25,8 @@
#include "PlaylistSave.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistVector.hxx"
-#include "PlaylistQueue.hxx"
+#include "playlist/PlaylistQueue.hxx"
+#include "playlist/Print.hxx"
#include "TimePrint.hxx"
#include "Client.hxx"
#include "protocol/ArgParser.hxx"