summaryrefslogtreecommitdiffstats
path: root/src/partition
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-08 15:43:09 +0200
committerGitHub <noreply@github.com>2022-04-08 15:43:09 +0200
commit492f9e74ff2b7b07d0999a7241c16ed5e767fdeb (patch)
tree646bf40bdd3b0c710d1dd2dddbef284767805f6a /src/partition
parentnetwork: ignore errors when CONFIG_NET_SCHED is disabled (diff)
parentsyscalls: update syscall definitions (diff)
downloadsystemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.tar.xz
systemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.zip
Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-with-suffix
Fix detection of libsystemd-shared with suffix
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/repart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partition/repart.c b/src/partition/repart.c
index 118ab6c7d0..b6ac17c75e 100644
--- a/src/partition/repart.c
+++ b/src/partition/repart.c
@@ -46,8 +46,7 @@
#include "mount-util.h"
#include "mountpoint-util.h"
#include "parse-argument.h"
-#include "parse-util.h"
-#include "path-util.h"
+#include "parse-helpers.h"
#include "pretty-print.h"
#include "proc-cmdline.h"
#include "process-util.h"