From 3ae6b3bf723addaa8263292e19ed4c496b947a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 6 Nov 2022 16:54:32 +0100 Subject: basic: rename util.h to logarithm.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit util.h is now about logarithms only, so we can rename it. Many files included util.h for no apparent reason… Those includes are dropped. --- src/libsystemd/sd-path/sd-path.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsystemd/sd-path') diff --git a/src/libsystemd/sd-path/sd-path.c b/src/libsystemd/sd-path/sd-path.c index ac33e349c0..601f61bf63 100644 --- a/src/libsystemd/sd-path/sd-path.c +++ b/src/libsystemd/sd-path/sd-path.c @@ -12,7 +12,6 @@ #include "string-util.h" #include "strv.h" #include "user-util.h" -#include "util.h" static int from_environment(const char *envname, const char *fallback, const char **ret) { assert(ret); -- cgit v1.2.1