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-network/test-dhcp-client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsystemd-network/test-dhcp-client.c') diff --git a/src/libsystemd-network/test-dhcp-client.c b/src/libsystemd-network/test-dhcp-client.c index 0f3a68e990..92b9b5b9bc 100644 --- a/src/libsystemd-network/test-dhcp-client.c +++ b/src/libsystemd-network/test-dhcp-client.c @@ -21,7 +21,6 @@ #include "fd-util.h" #include "random-util.h" #include "tests.h" -#include "util.h" static struct hw_addr_data hw_addr = { .length = ETH_ALEN, -- cgit v1.2.1