aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:17:50 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:17:50 +0100
commit129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (patch)
treee3bdc2acb142fe221b6f7f1c5452ddc5b846d0dc /src/PlaylistPrint.cxx
parent6b70f5e49097c334c461994bb855709977bd8dae (diff)
downloadmpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.gz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.xz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.zip
Queue*: move to queue/
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r--src/PlaylistPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx
index 63972f712..56fbddfaf 100644
--- a/src/PlaylistPrint.cxx
+++ b/src/PlaylistPrint.cxx
@@ -21,7 +21,7 @@
#include "PlaylistPrint.hxx"
#include "PlaylistFile.hxx"
#include "Playlist.hxx"
-#include "QueuePrint.hxx"
+#include "queue/QueuePrint.hxx"
#include "SongPrint.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"