summaryrefslogtreecommitdiff
path: root/src/core/execute.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:18:31 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit927d2351d73d977940852379a3869b96539e37bf (patch)
tree62432c7646e463cac52fb5e5d94243c43029b300 /src/core/execute.c
parentf21e58b47d0ece63caf07b224233320dc56a46d4 (diff)
downloadsystemd-927d2351d73d977940852379a3869b96539e37bf.tar.gz
tree-wide: drop pwd.h and grp.h when user-util.h is included
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index fe35168cb6..fadb651def 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -2,7 +2,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <grp.h>
#include <poll.h>
#include <signal.h>
#include <sys/eventfd.h>