summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent/tty-ask-password-agent.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:27:01 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit021cdf8330b29256e19a34fb4eecf95e9fa9a81b (patch)
tree39152efd55310ee30d87febbf384af9301ff4af3 /src/tty-ask-password-agent/tty-ask-password-agent.c
parentd8704e691410eeb5a8b89d4380357975177b2b16 (diff)
downloadsystemd-021cdf8330b29256e19a34fb4eecf95e9fa9a81b.tar.gz
tree-wide: drop signal.h when signal-util.h is included
Diffstat (limited to 'src/tty-ask-password-agent/tty-ask-password-agent.c')
-rw-r--r--src/tty-ask-password-agent/tty-ask-password-agent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c
index 5fa0b8dca1..784dd0df72 100644
--- a/src/tty-ask-password-agent/tty-ask-password-agent.c
+++ b/src/tty-ask-password-agent/tty-ask-password-agent.c
@@ -7,7 +7,6 @@
#include <fcntl.h>
#include <getopt.h>
#include <poll.h>
-#include <signal.h>
#include <stdbool.h>
#include <stddef.h>
#include <sys/prctl.h>