summaryrefslogtreecommitdiffstats
path: root/src/nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 10:27:01 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-03 16:30:32 +0100
commit021cdf8330b29256e19a34fb4eecf95e9fa9a81b (patch)
tree39152efd55310ee30d87febbf384af9301ff4af3 /src/nspawn
parenttree-wide: drop mman.h when missing_mman.h is included (diff)
downloadsystemd-021cdf8330b29256e19a34fb4eecf95e9fa9a81b.tar.xz
systemd-021cdf8330b29256e19a34fb4eecf95e9fa9a81b.zip
tree-wide: drop signal.h when signal-util.h is included
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 6439e604da..eafc52a4b2 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -9,7 +9,6 @@
#if HAVE_SELINUX
#include <selinux/selinux.h>
#endif
-#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/file.h>