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 /src/PlaylistFile.cxx | |
parent | 67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff) | |
download | mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.gz mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.xz mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.zip |
Playlist{Info,Vector}: move to db/
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistFile.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index 0b0f8d32d..71dbcba9c 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "PlaylistFile.hxx" #include "PlaylistSave.hxx" -#include "PlaylistInfo.hxx" -#include "PlaylistVector.hxx" +#include "db/PlaylistInfo.hxx" +#include "db/PlaylistVector.hxx" #include "db/DatabaseSong.hxx" #include "DetachedSong.hxx" #include "Mapper.hxx" |