aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
commitf548a966f5cb09ba8a5e99939fe5235e5ad59005 (patch)
treec88d639f9459fc643cab40ae8105f407d56ecb7c /src/command/OtherCommands.cxx
parent67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff)
downloadmpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.gz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.xz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.zip
Playlist{Info,Vector}: move to db/
Diffstat (limited to '')
-rw-r--r--src/command/OtherCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx
index 6432ce4e7..328683d3d 100644
--- a/src/command/OtherCommands.cxx
+++ b/src/command/OtherCommands.cxx
@@ -42,7 +42,7 @@
#include "Stats.hxx"
#include "Permission.hxx"
#include "PlaylistFile.hxx"
-#include "PlaylistVector.hxx"
+#include "db/PlaylistVector.hxx"
#include "client/ClientFile.hxx"
#include "client/Client.hxx"
#include "Idle.hxx"