summaryrefslogtreecommitdiff
path: root/src/reply-password
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/reply-password
parentaf760d85c3fa6386b71a64d038cd8eb9f9ff75cf (diff)
downloadsystemd-92133d287842dbd7c6d5efc8bd850a47221ebddd.tar.gz
tree-wide: drop socket.h when socket-util.h is included
Diffstat (limited to 'src/reply-password')
-rw-r--r--src/reply-password/reply-password.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reply-password/reply-password.c b/src/reply-password/reply-password.c
index 97b8e30aa3..3a0eb5c4b8 100644
--- a/src/reply-password/reply-password.c
+++ b/src/reply-password/reply-password.c
@@ -2,7 +2,6 @@
#include <errno.h>
#include <stddef.h>
-#include <sys/socket.h>
#include <sys/un.h>
#include "alloc-util.h"