diff options
author | Max Kellermann <max@duempel.org> | 2014-02-27 17:12:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-27 17:12:42 +0100 |
commit | 809b89b5af5eaf7abc3240d786cda15f354b6624 (patch) | |
tree | c1affa37a38f45470cf68dbcae18310abaac7b38 /src/playlist | |
parent | 681e012fb542ee1bb2ea5312dc673987a7a8ee29 (diff) | |
download | mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.gz mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.xz mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.zip |
Playlist*: move to queue/
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/PlaylistQueue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/PlaylistQueue.cxx b/src/playlist/PlaylistQueue.cxx index 80018658d..3c7194ad7 100644 --- a/src/playlist/PlaylistQueue.cxx +++ b/src/playlist/PlaylistQueue.cxx @@ -21,7 +21,7 @@ #include "PlaylistQueue.hxx" #include "PlaylistAny.hxx" #include "PlaylistSong.hxx" -#include "Playlist.hxx" +#include "queue/Playlist.hxx" #include "SongEnumerator.hxx" #include "DetachedSong.hxx" #include "thread/Mutex.hxx" |