aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.hxx
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/Playlist.hxx
parent6b70f5e49097c334c461994bb855709977bd8dae (diff)
downloadmpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.gz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.xz
mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.zip
Queue*: move to queue/
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r--src/Playlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx
index f2b7ebd67..db7889227 100644
--- a/src/Playlist.hxx
+++ b/src/Playlist.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PLAYLIST_HXX
#define MPD_PLAYLIST_HXX
-#include "Queue.hxx"
+#include "queue/Queue.hxx"
#include "PlaylistError.hxx"
enum TagType : uint8_t;