summaryrefslogtreecommitdiff
path: root/src/core/namespace.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 15:12:27 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 16:14:37 +0200
commitf435195925ccdf96cf8413898f9b9590f8b5f760 (patch)
tree3f137e5e8630c5830238cfee4637f553b081e668 /src/core/namespace.c
parent9e5fd717994a4935490a0a0b04599d0ccbc66855 (diff)
downloadsystemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.gz
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/core/namespace.c')
-rw-r--r--src/core/namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/namespace.c b/src/core/namespace.c
index 038da6c554..48f11f9906 100644
--- a/src/core/namespace.c
+++ b/src/core/namespace.c
@@ -10,13 +10,13 @@
#include "alloc-util.h"
#include "base-filesystem.h"
+#include "chase-symlinks.h"
#include "dev-setup.h"
#include "env-util.h"
#include "escape.h"
#include "extension-release.h"
#include "fd-util.h"
#include "format-util.h"
-#include "fs-util.h"
#include "label.h"
#include "list.h"
#include "loop-util.h"