From f6682aae774abff6ecd41a3927addb40f96c4ec7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 19:26:18 +0100 Subject: db/update: include StorageInterface.hxx instead of LocalStorage.hxx --- src/db/update/Archive.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db/update/Archive.cxx') 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" -- cgit v1.2.3