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/login/logind-device.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/login/logind-device.c') diff --git a/src/login/logind-device.c b/src/login/logind-device.c index 592ee3b9d6..f605034526 100644 --- a/src/login/logind-device.c +++ b/src/login/logind-device.c @@ -5,7 +5,6 @@ #include "alloc-util.h" #include "logind-device.h" #include "logind-seat-dbus.h" -#include "util.h" Device* device_new(Manager *m, const char *sysfs, bool master) { Device *d; -- cgit v1.2.1