From: Lennart Poettering Date: Thu, 18 Sep 2025 07:18:59 +0000 (+0200) Subject: machine-credential: include the high-level not the low-level string-util.h X-Git-Tag: v259-rc1~489^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc73c5253c38324aa5218e401d2450fc3398a67;p=thirdparty%2Fsystemd.git machine-credential: include the high-level not the low-level string-util.h --- diff --git a/src/shared/machine-credential.c b/src/shared/machine-credential.c index ae7db4b01cd..a3dd7f1cc24 100644 --- a/src/shared/machine-credential.c +++ b/src/shared/machine-credential.c @@ -9,7 +9,7 @@ #include "machine-credential.h" #include "memory-util.h" #include "path-util.h" -#include "string-util-fundamental.h" +#include "string-util.h" static void machine_credential_done(MachineCredential *cred) { assert(cred);