summaryrefslogtreecommitdiff
path: root/src/quotacheck
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-06 16:54:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 18:21:10 +0100
commit3ae6b3bf723addaa8263292e19ed4c496b947a9c (patch)
treed373632cf5ad8bc04be974f09d272c3de3843566 /src/quotacheck
parentee617a4e5ca5828cabd46f3bb1d9ffc0dd3db9e5 (diff)
downloadsystemd-3ae6b3bf723addaa8263292e19ed4c496b947a9c.tar.gz
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/quotacheck')
-rw-r--r--src/quotacheck/quotacheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c
index 575965c470..ef5fec3f10 100644
--- a/src/quotacheck/quotacheck.c
+++ b/src/quotacheck/quotacheck.c
@@ -13,7 +13,6 @@
#include "process-util.h"
#include "signal-util.h"
#include "string-util.h"
-#include "util.h"
static bool arg_skip = false;
static bool arg_force = false;