aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistSave.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-27 17:12:42 +0100
committerMax Kellermann <max@duempel.org>2014-02-27 17:12:42 +0100
commit809b89b5af5eaf7abc3240d786cda15f354b6624 (patch)
treec1affa37a38f45470cf68dbcae18310abaac7b38 /src/PlaylistSave.cxx
parent681e012fb542ee1bb2ea5312dc673987a7a8ee29 (diff)
downloadmpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.gz
mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.xz
mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.zip
Playlist*: move to queue/
Diffstat (limited to '')
-rw-r--r--src/PlaylistSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSave.cxx b/src/PlaylistSave.cxx
index 62c27c96e..875fb1eeb 100644
--- a/src/PlaylistSave.cxx
+++ b/src/PlaylistSave.cxx
@@ -21,7 +21,7 @@
#include "PlaylistSave.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistError.hxx"
-#include "Playlist.hxx"
+#include "queue/Playlist.hxx"
#include "DetachedSong.hxx"
#include "SongLoader.hxx"
#include "Mapper.hxx"