fs/{StandardDirectory,CheckFile}: move to fs/glue/
Distangle library dependencies.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ storage_glue = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
fs_glue_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user