aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Archive.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 19:26:18 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 19:26:18 +0100
commitf6682aae774abff6ecd41a3927addb40f96c4ec7 (patch)
tree7540c79a291e90ee50ae0c9d5bd2f7eb019a5729 /src/db/update/Archive.cxx
parent0ba1b73395dc7beaa27ed9bb07636970243b76e6 (diff)
downloadmpd-f6682aae774abff6ecd41a3927addb40f96c4ec7.tar.gz
mpd-f6682aae774abff6ecd41a3927addb40f96c4ec7.tar.xz
mpd-f6682aae774abff6ecd41a3927addb40f96c4ec7.zip
db/update: include StorageInterface.hxx instead of LocalStorage.hxx
Diffstat (limited to 'src/db/update/Archive.cxx')
-rw-r--r--src/db/update/Archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Archive.cxx b/src/db/update/Archive.cxx
index 1cd147c16..ab03ea3fa 100644
--- a/src/db/update/Archive.cxx
+++ b/src/db/update/Archive.cxx
@@ -23,7 +23,7 @@
#include "db/DatabaseLock.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
-#include "storage/LocalStorage.hxx"
+#include "storage/StorageInterface.hxx"
#include "fs/AllocatedPath.hxx"
#include "storage/FileInfo.hxx"
#include "archive/ArchiveList.hxx"