summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:22:48 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit92133d287842dbd7c6d5efc8bd850a47221ebddd (patch)
tree75ad67dfa4789de1ea9eed4939cdf65ded8d7061 /src/tty-ask-password-agent
parentaf760d85c3fa6386b71a64d038cd8eb9f9ff75cf (diff)
downloadsystemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.gz
tree-wide: drop socket.h when socket-util.h is included
Diffstat (limited to 'src/tty-ask-password-agent')
-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 236c191034..5fa0b8dca1 100644
--- a/src/tty-ask-password-agent/tty-ask-password-agent.c
+++ b/src/tty-ask-password-agent/tty-ask-password-agent.c
@@ -12,7 +12,6 @@
#include <stddef.h>
#include <sys/prctl.h>
#include <sys/signalfd.h>
-#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>