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:
Thomas Hindoe Paaboel Andersen
2013-12-05 22:34:01 +01:00
parent 8edb59a98b
commit a809021a9c

View File

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