summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-network
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 16:54:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 18:21:10 +0100
commit3ae6b3bf723addaa8263292e19ed4c496b947a9c (patch)
treed373632cf5ad8bc04be974f09d272c3de3843566 /src/libsystemd/sd-network
parentbasic: move a bunch of cmdline-related funcs to new argv-util.c+h (diff)
downloadsystemd-3ae6b3bf723addaa8263292e19ed4c496b947a9c.tar.xz
systemd-3ae6b3bf723addaa8263292e19ed4c496b947a9c.zip
basic: rename util.h to logarithm.h
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.
Diffstat (limited to 'src/libsystemd/sd-network')
-rw-r--r--src/libsystemd/sd-network/sd-network.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-network/sd-network.c b/src/libsystemd/sd-network/sd-network.c
index 3d6b07f39f..00687e5cc8 100644
--- a/src/libsystemd/sd-network/sd-network.c
+++ b/src/libsystemd/sd-network/sd-network.c
@@ -16,7 +16,6 @@
#include "stdio-util.h"
#include "string-util.h"
#include "strv.h"
-#include "util.h"
static int network_get_string(const char *field, char **ret) {
_cleanup_free_ char *s = NULL;