db/simple: create dedicated directory

This commit is contained in:
Max Kellermann
2014-02-26 09:17:41 +01:00
parent d86cc5bf42
commit 4d73e4d605
27 changed files with 44 additions and 41 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h" /* must be first for large file support */
#include "UpdateIO.hxx"
#include "UpdateDomain.hxx"
#include "db/Directory.hxx"
#include "db/plugins/simple/Directory.hxx"
#include "storage/FileInfo.hxx"
#include "storage/StorageInterface.hxx"
#include "fs/Traits.hxx"