log: drop redundant forward decl

These are defined in forward.h already.
This commit is contained in:
Mike Yuan
2025-06-05 22:37:29 +02:00
committed by Lennart Poettering
parent 998aa62a21
commit 020d85c8e3

View 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,