aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-01 23:38:17 +0200
committerMax Kellermann <max@duempel.org>2014-10-01 23:38:17 +0200
commit89f9561d10c6c7d39c466bc8432793fcaa89fd9d (patch)
treea9925d5f471c5d3d5c6d9925c2594b1b595ae812 /src/db
parent8af3f91e7889fc9f23d96aa75307c4440e921875 (diff)
downloadmpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.gz
mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.xz
mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.zip
storage/Interface: include cleanup
Diffstat (limited to 'src/db')
-rw-r--r--src/db/DatabaseSong.cxx2
-rw-r--r--src/db/update/UpdateIO.cxx1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/db/DatabaseSong.cxx b/src/db/DatabaseSong.cxx
index 699213835..dd27aa8b3 100644
--- a/src/db/DatabaseSong.cxx
+++ b/src/db/DatabaseSong.cxx
@@ -24,6 +24,8 @@
#include "DetachedSong.hxx"
#include "storage/StorageInterface.hxx"
+#include <assert.h>
+
DetachedSong
DatabaseDetachSong(const Storage &storage, const LightSong &song)
{
diff --git a/src/db/update/UpdateIO.cxx b/src/db/update/UpdateIO.cxx
index fa19a8b5a..9e43d1289 100644
--- a/src/db/update/UpdateIO.cxx
+++ b/src/db/update/UpdateIO.cxx
@@ -25,6 +25,7 @@
#include "storage/StorageInterface.hxx"
#include "fs/Traits.hxx"
#include "fs/FileSystem.hxx"
+#include "fs/AllocatedPath.hxx"
#include "util/Error.hxx"
#include "Log.hxx"