From a809021a9c330236d520eb329cfb4d52a401e8a0 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 5 Dec 2013 22:34:01 +0100 Subject: [PATCH 1/1] 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. --- src/core/execute.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/execute.h b/src/core/execute.h index 5143fcaa5..bd3db0b63 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, -- 2.30.2