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

@@ -6,8 +6,9 @@
#include "StorageInterface.hxx"
#include "plugins/LocalStorage.hxx"
#include "config/Data.hxx"
#include "fs/StandardDirectory.hxx"
#include "fs/CheckFile.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/glue/StandardDirectory.hxx"
#include "fs/glue/CheckFile.hxx"
#include "lib/fmt/RuntimeError.hxx"
#include "util/UriExtract.hxx"

View File

@@ -20,6 +20,7 @@ storage_glue = static_library(
include_directories: inc,
dependencies: [
log_dep,
fs_glue_dep,
],
)