diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 11:05:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 11:05:21 +0100 |
commit | f548a966f5cb09ba8a5e99939fe5235e5ad59005 (patch) | |
tree | c88d639f9459fc643cab40ae8105f407d56ecb7c /test | |
parent | 67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff) | |
download | mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.gz mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.xz mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.zip |
Playlist{Info,Vector}: move to db/
Diffstat (limited to 'test')
-rw-r--r-- | test/DumpDatabase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 0be1191d2..af1139407 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -24,7 +24,7 @@ #include "db/DatabaseListener.hxx" #include "db/LightDirectory.hxx" #include "db/LightSong.hxx" -#include "PlaylistVector.hxx" +#include "db/PlaylistVector.hxx" #include "config/ConfigGlobal.hxx" #include "config/ConfigData.hxx" #include "tag/TagConfig.hxx" |