diff options
Diffstat (limited to 'libbb/bb_askpass.c')
-rw-r--r-- | libbb/bb_askpass.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libbb/bb_askpass.c b/libbb/bb_askpass.c index 097a0a2..0f1f686 100644 --- a/libbb/bb_askpass.c +++ b/libbb/bb_askpass.c @@ -8,13 +8,8 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <stdio.h> -#include <string.h> -#include <unistd.h> -#include <fcntl.h> -#include <signal.h> #include <termios.h> -#include <sys/ioctl.h> +//#include <sys/ioctl.h> #include "libbb.h" |