summaryrefslogtreecommitdiff
path: root/src/shared/ask-password-api.c
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/shared/ask-password-api.c
parentaf760d85c3fa6386b71a64d038cd8eb9f9ff75cf (diff)
downloadsystemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.gz
tree-wide: drop socket.h when socket-util.h is included
Diffstat (limited to 'src/shared/ask-password-api.c')
-rw-r--r--src/shared/ask-password-api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c
index aa08e0b4ef..e00981872d 100644
--- a/src/shared/ask-password-api.c
+++ b/src/shared/ask-password-api.c
@@ -13,7 +13,6 @@
#include <stdlib.h>
#include <sys/inotify.h>
#include <sys/signalfd.h>
-#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/uio.h>