diff options
Diffstat (limited to 'src/reply-password')
-rw-r--r-- | src/reply-password/reply-password.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/reply-password/reply-password.c b/src/reply-password/reply-password.c index abf5f525dd..d0d61b98ed 100644 --- a/src/reply-password/reply-password.c +++ b/src/reply-password/reply-password.c @@ -20,17 +20,9 @@ ***/ #include <sys/socket.h> -#include <poll.h> -#include <sys/types.h> -#include <assert.h> #include <string.h> #include <errno.h> -#include <unistd.h> -#include <fcntl.h> #include <sys/un.h> -#include <sys/stat.h> -#include <sys/signalfd.h> -#include <getopt.h> #include <stddef.h> #include "log.h" |