diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-06 16:54:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-11-08 18:21:10 +0100 |
commit | 3ae6b3bf723addaa8263292e19ed4c496b947a9c (patch) | |
tree | d373632cf5ad8bc04be974f09d272c3de3843566 /src/import/pull-common.c | |
parent | ee617a4e5ca5828cabd46f3bb1d9ffc0dd3db9e5 (diff) | |
download | systemd-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/import/pull-common.c')
-rw-r--r-- | src/import/pull-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/import/pull-common.c b/src/import/pull-common.c index 028bae82a8..7633d3e74b 100644 --- a/src/import/pull-common.c +++ b/src/import/pull-common.c @@ -22,7 +22,6 @@ #include "siphash24.h" #include "string-util.h" #include "strv.h" -#include "util.h" #include "web-util.h" #define FILENAME_ESCAPE "/.#\"\'" |