summaryrefslogtreecommitdiff
path: root/src/journal-remote
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/journal-remote
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/journal-remote')
-rw-r--r--src/journal-remote/journal-upload-journal.c1
-rw-r--r--src/journal-remote/microhttpd-util.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/journal-remote/journal-upload-journal.c b/src/journal-remote/journal-upload-journal.c
index 7a8f50dd0d..8206ca89bf 100644
--- a/src/journal-remote/journal-upload-journal.c
+++ b/src/journal-remote/journal-upload-journal.c
@@ -10,7 +10,6 @@
#include "log.h"
#include "string-util.h"
#include "utf8.h"
-#include "util.h"
/**
* Write up to size bytes to buf. Return negative on error, and number of
diff --git a/src/journal-remote/microhttpd-util.c b/src/journal-remote/microhttpd-util.c
index 271e304273..9e6c36f87d 100644
--- a/src/journal-remote/microhttpd-util.c
+++ b/src/journal-remote/microhttpd-util.c
@@ -14,7 +14,6 @@
#include "microhttpd-util.h"
#include "string-util.h"
#include "strv.h"
-#include "util.h"
void microhttpd_logger(void *arg, const char *fmt, va_list ap) {
char *f;