aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.hxx
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/Partition.hxx
parent681e012fb542ee1bb2ea5312dc673987a7a8ee29 (diff)
downloadmpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.gz
mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.tar.xz
mpd-809b89b5af5eaf7abc3240d786cda15f354b6624.zip
Playlist*: move to queue/
Diffstat (limited to '')
-rw-r--r--src/Partition.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx
index 991234a50..7f7def4af 100644
--- a/src/Partition.hxx
+++ b/src/Partition.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PARTITION_HXX
#define MPD_PARTITION_HXX
-#include "Playlist.hxx"
+#include "queue/Playlist.hxx"
#include "output/MultipleOutputs.hxx"
#include "mixer/Listener.hxx"
#include "PlayerControl.hxx"