aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/UpdateSong.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-27 18:04:24 +0100
committerMax Kellermann <max@duempel.org>2014-02-27 18:04:24 +0100
commit3f9ad8e104887bac46e778b0ee4c9ea298a488aa (patch)
tree74191db8a78c9f6a594f70eef995b5bd97e06829 /src/db/update/UpdateSong.cxx
parent1c772ef69947127e01e7171b007a2295d51e7ae7 (diff)
downloadmpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.tar.gz
mpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.tar.xz
mpd-3f9ad8e104887bac46e778b0ee4c9ea298a488aa.zip
db/update/Service: allocate UpdateWalk dynamically
Diffstat (limited to 'src/db/update/UpdateSong.cxx')
-rw-r--r--src/db/update/UpdateSong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/UpdateSong.cxx b/src/db/update/UpdateSong.cxx
index 6b24276fd..005bf8992 100644
--- a/src/db/update/UpdateSong.cxx
+++ b/src/db/update/UpdateSong.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h" /* must be first for large file support */
-#include "Service.hxx"
+#include "Walk.hxx"
#include "UpdateIO.hxx"
#include "UpdateDomain.hxx"
#include "db/DatabaseLock.hxx"