mirror of
https://github.com/systemd/systemd.git
synced 2026-08-06 08:00:57 +00:00
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.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include "strv.h"
|
||||
#include "terminal-util.h"
|
||||
#include "utf8.h"
|
||||
#include "util.h"
|
||||
|
||||
char* first_word(const char *s, const char *word) {
|
||||
size_t sl, wl;
|
||||
|
||||
Reference in New Issue
Block a user