]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
log: drop redundant forward decl
authorMike Yuan <me@yhndnzj.com>
Thu, 5 Jun 2025 20:37:29 +0000 (22:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Jun 2025 09:44:50 +0000 (11:44 +0200)
These are defined in forward.h already.

src/basic/log.h

index 4dfac9f4b3d88935ca06a3638efe5d183af81439..544d6e16e115f6a8cdd1126590d6bcb9d117e90f 100644 (file)
@@ -7,10 +7,6 @@
 
 #include "forward.h"
 
-/* Some structures we reference but don't want to pull in headers for */
-struct iovec;
-struct signalfd_siginfo;
-
 typedef enum LogTarget{
         LOG_TARGET_CONSOLE,
         LOG_TARGET_KMSG,