mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 01:20:53 +00:00
execute.h: remove redefinition of Unit
Unit is typedef'ed in both unit.h and execute.h. The typedef
existed first in unit.h and was later added to execute.h in
c17ec25e4d
It is no longer needed so let's just keep the one in unit.h to
avoid redefining it.
This commit is contained in:
@@ -38,8 +38,6 @@ typedef struct ExecRuntime ExecRuntime;
|
||||
#include "util.h"
|
||||
#include "fdset.h"
|
||||
|
||||
typedef struct Unit Unit;
|
||||
|
||||
typedef enum ExecInput {
|
||||
EXEC_INPUT_NULL,
|
||||
EXEC_INPUT_TTY,
|
||||
|
||||
Reference in New Issue
Block a user