From 3ae6b3bf723addaa8263292e19ed4c496b947a9c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-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/pstore/pstore.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pstore') diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c index d820ceb9f6..f8e6582d5b 100644 --- a/src/pstore/pstore.c +++ b/src/pstore/pstore.c @@ -45,7 +45,6 @@ #include "strv.h" #include "tmpfile-util.h" #include "user-util.h" -#include "util.h" /* Command line argument handling */ typedef enum PStoreStorage { -- cgit v1.2.3