mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
log: drop redundant forward decl
These are defined in forward.h already.
This commit is contained in:
committed by
Lennart Poettering
parent
998aa62a21
commit
020d85c8e3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user