fs/{StandardDirectory,CheckFile}: move to fs/glue/

Distangle library dependencies.
This commit is contained in:
Max Kellermann
2023-03-06 19:36:34 +01:00
parent c937a299f7
commit b5d224ce22
16 changed files with 39 additions and 26 deletions

View File

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

View File

@@ -55,6 +55,7 @@ db_glue = static_library(
dependencies: [
fmt_dep,
log_dep,
fs_glue_dep,
],
)