diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-06 16:54:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-08 18:21:10 +0100 |
commit | 3ae6b3bf723addaa8263292e19ed4c496b947a9c (patch) | |
tree | d373632cf5ad8bc04be974f09d272c3de3843566 /src/libsystemd-network/dhcp-lease-internal.h | |
parent | basic: move a bunch of cmdline-related funcs to new argv-util.c+h (diff) | |
download | systemd-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-network/dhcp-lease-internal.h')
-rw-r--r-- | src/libsystemd-network/dhcp-lease-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h index c67e9511a1..a660e52201 100644 --- a/src/libsystemd-network/dhcp-lease-internal.h +++ b/src/libsystemd-network/dhcp-lease-internal.h @@ -10,7 +10,6 @@ #include "dhcp-internal.h" #include "dhcp-protocol.h" #include "list.h" -#include "util.h" struct sd_dhcp_route { struct in_addr dst_addr; |