db/update: include StorageInterface.hxx instead of LocalStorage.hxx
This commit is contained in:
parent
0ba1b73395
commit
f6682aae77
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user