]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: Remove stdio-util.h include from log.h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 12 Apr 2025 09:28:27 +0000 (11:28 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 18 Apr 2025 11:59:06 +0000 (13:59 +0200)
src/basic/format-ifname.c
src/basic/log.h
src/libsystemd-network/sd-dns-resolver.c
src/network/networkctl-status-link.c
src/network/networkctl-util.c
src/shared/coredump-util.c
src/shared/tests.h

index ce4933c57dcf3207c24dabbc922b069e23db4bc9..9d3952f27e698e2cdccf81900dd891a7ec33acd5 100644 (file)
@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
 #include "format-ifname.h"
+#include "stdio-util.h"
 #include "string-util.h"
 
 assert_cc(STRLEN("%") + DECIMAL_STR_MAX(int) <= IF_NAMESIZE);
index f52fb004e7e14560ffdd1b7decec88090da4e27e..34d2a5eb296fa9bde80334883bf4c8c3cb6a1102 100644 (file)
@@ -8,7 +8,6 @@
 #include <syslog.h>
 
 #include "macro.h"
-#include "stdio-util.h"
 
 /* Some structures we reference but don't want to pull in headers for */
 struct iovec;
index b24152f17e7d4b06212620fa7956a479227a0eca..1490f5f9a5ba78cd6f8d2549344ba40b6905ce48 100644 (file)
@@ -4,6 +4,7 @@
 #include "macro.h"
 #include "unaligned.h"
 #include "socket-netlink.h"
+#include "stdio-util.h"
 #include "string-table.h"
 #include "string-util.h"
 #include "strv.h"
index c79478495d8c2aa2302d60f0737b8c411c609469..ac62ca583fa3d947a94ef514dfff700dfccbde77 100644 (file)
@@ -26,6 +26,7 @@
 #include "networkctl-status-link.h"
 #include "networkctl-status-system.h"
 #include "networkctl-util.h"
+#include "stdio-util.h"
 #include "strv.h"
 #include "udev-util.h"
 
index 88620aad536a0d28d2cd8b21b7fe1c8a051266d0..2f0fc33b07f3283478a2f7301c6837e8b4dbc8d8 100644 (file)
@@ -6,6 +6,7 @@
 #include "ansi-color.h"
 #include "networkctl.h"
 #include "networkctl-util.h"
+#include "stdio-util.h"
 #include "strv.h"
 #include "varlink-util.h"
 
index 805503f366a4a7ace21718bbfa2ae07ecba546f6..740fd438940e8d2afeb4151346ce61897374980b 100644 (file)
@@ -5,6 +5,7 @@
 #include "coredump-util.h"
 #include "extract-word.h"
 #include "fileio.h"
+#include "stdio-util.h"
 #include "string-table.h"
 #include "unaligned.h"
 #include "virt.h"
index f3506a56258ff994df14f8026bf0b9c0c83cc086..42cdac941599125b6639ec825142bc805258ffed 100644 (file)
@@ -14,6 +14,7 @@
 #include "rlimit-util.h"
 #include "signal-util.h"
 #include "static-destruct.h"
+#include "stdio-util.h"
 #include "strv.h"
 
 static inline void log_set_assert_return_is_criticalp(bool *p) {