db/update: include StorageInterface.hxx instead of LocalStorage.hxx

This commit is contained in:
Max Kellermann 2014-02-05 19:26:18 +01:00
parent 0ba1b73395
commit f6682aae77
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 "decoder/DecoderPlugin.hxx"
#include "decoder/DecoderList.hxx"
#include "fs/AllocatedPath.hxx"