storage/local: move to src/storage/plugins/

This commit is contained in:
Max Kellermann
2014-02-05 19:24:59 +01:00
parent f6682aae77
commit c8c3f20840
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
#include "db/DatabaseGlue.hxx"
#include "db/DatabaseSimple.hxx"
#include "db/plugins/SimpleDatabasePlugin.hxx"
#include "storage/LocalStorage.hxx"
#include "storage/plugins/LocalStorage.hxx"
#endif
#ifdef ENABLE_NEIGHBOR_PLUGINS