diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:18:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:38:44 +0100 |
commit | 9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 (patch) | |
tree | 4b58951bc81b17f16140c7f743a163bd837827bf /src/db/update/UpdateContainer.cxx | |
parent | 973c9872f930d73a8ddc98e4802b242aea9f0dba (diff) | |
download | mpd-9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6.tar.gz mpd-9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6.tar.xz mpd-9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6.zip |
Database*: move to db/
Diffstat (limited to '')
-rw-r--r-- | src/db/update/UpdateContainer.cxx (renamed from src/update/UpdateContainer.cxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/update/UpdateContainer.cxx b/src/db/update/UpdateContainer.cxx index 0417aa999..c03d88748 100644 --- a/src/update/UpdateContainer.cxx +++ b/src/db/update/UpdateContainer.cxx @@ -22,9 +22,9 @@ #include "UpdateInternal.hxx" #include "UpdateDatabase.hxx" #include "UpdateDomain.hxx" -#include "DatabaseLock.hxx" -#include "Directory.hxx" -#include "Song.hxx" +#include "db/DatabaseLock.hxx" +#include "db/Directory.hxx" +#include "db/Song.hxx" #include "decoder/DecoderPlugin.hxx" #include "decoder/DecoderList.hxx" #include "Mapper.hxx" |