diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-05 22:34:01 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-05 22:35:11 +0100 |
commit | a809021a9c330236d520eb329cfb4d52a401e8a0 (patch) | |
tree | db06441f9551784f4e60b846ba2060bab7f12091 /src/core/execute.h | |
parent | 8edb59a98b8571ffb25a7aaedeaca30f38d5ba0b (diff) |
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
c17ec25e4d9bd6c8e8617416f813e25b2ebbafc5
It is no longer needed so let's just keep the one in unit.h to
avoid redefining it.
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 5143fcaa58..bd3db0b633 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -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, |