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 097a0a290..0f1f68687 100644 --- a/libbb/bb_askpass.c +++ b/libbb/bb_askpass.c | |||
@@ -8,13 +8,8 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <stdio.h> | ||
12 | #include <string.h> | ||
13 | #include <unistd.h> | ||
14 | #include <fcntl.h> | ||
15 | #include <signal.h> | ||
16 | #include <termios.h> | 11 | #include <termios.h> |
17 | #include <sys/ioctl.h> | 12 | //#include <sys/ioctl.h> |
18 | 13 | ||
19 | #include "libbb.h" | 14 | #include "libbb.h" |
20 | 15 | ||