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/reply-password/reply-password.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/reply-password') diff --git a/src/reply-password/reply-password.c b/src/reply-password/reply-password.c index a9aa4b832a..feb1d1ef7c 100644 --- a/src/reply-password/reply-password.c +++ b/src/reply-password/reply-password.c @@ -13,7 +13,6 @@ #include "memory-util.h" #include "socket-util.h" #include "string-util.h" -#include "util.h" static int send_on_socket(int fd, const char *socket_name, const void *packet, size_t size) { union sockaddr_union sa = {}; -- cgit v1.2.1