diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/bb_askpass.c | 2 | ||||
-rw-r--r-- | libbb/speed_table.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libbb/bb_askpass.c b/libbb/bb_askpass.c index c60ef3708..c97649733 100644 --- a/libbb/bb_askpass.c +++ b/libbb/bb_askpass.c @@ -8,8 +8,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <termios.h> - #include "libbb.h" /* do nothing signal handler */ diff --git a/libbb/speed_table.c b/libbb/speed_table.c index 646f9146b..05fe66c64 100644 --- a/libbb/speed_table.c +++ b/libbb/speed_table.c @@ -7,7 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <termios.h> #include "libbb.h" struct speed_map { |