fs/{StandardDirectory,CheckFile}: move to fs/glue/
Distangle library dependencies.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "config/Block.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "fs/FileSystem.hxx"
|
||||
#include "fs/StandardDirectory.hxx"
|
||||
#include "fs/glue/StandardDirectory.hxx"
|
||||
#include "lib/fmt/RuntimeError.hxx"
|
||||
|
||||
DatabasePtr
|
||||
|
||||
@@ -55,6 +55,7 @@ db_glue = static_library(
|
||||
dependencies: [
|
||||
fmt_dep,
|
||||
log_dep,
|
||||
fs_glue_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user