aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistState.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/PlaylistState.cxx
parent6b70f5e49097c334c461994bb855709977bd8dae (diff)
downloadmpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.gz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.xz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.zip
Queue*: move to queue/
Diffstat (limited to '')
-rw-r--r--src/PlaylistState.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistState.cxx b/src/PlaylistState.cxx
index bcac3e324..e727ecd1f 100644
--- a/src/PlaylistState.cxx
+++ b/src/PlaylistState.cxx
@@ -26,7 +26,7 @@
#include "PlaylistState.hxx"
#include "PlaylistError.hxx"
#include "Playlist.hxx"
-#include "QueueSave.hxx"
+#include "queue/QueueSave.hxx"
#include "fs/TextFile.hxx"
#include "PlayerControl.hxx"
#include "ConfigGlobal.hxx"