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/PlaylistDatabase.cxx | |
parent | 67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff) |
Playlist{Info,Vector}: move to db/
Diffstat (limited to 'src/PlaylistDatabase.cxx')
-rw-r--r-- | src/PlaylistDatabase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistDatabase.cxx b/src/PlaylistDatabase.cxx index 065aea320..81aeae2cd 100644 --- a/src/PlaylistDatabase.cxx +++ b/src/PlaylistDatabase.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "PlaylistDatabase.hxx" -#include "PlaylistVector.hxx" +#include "db/PlaylistVector.hxx" #include "fs/TextFile.hxx" #include "util/StringUtil.hxx" #include "util/Error.hxx" |