diff options
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r-- | coreutils/stty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c index 21759631e..63d586e50 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <ctype.h> | 44 | #include <ctype.h> |
45 | #include <errno.h> | 45 | #include <errno.h> |
46 | #include <limits.h> | 46 | #include <limits.h> |
47 | #include <memory.h> | ||
48 | #include <fcntl.h> | 47 | #include <fcntl.h> |
49 | #include "busybox.h" | 48 | #include "busybox.h" |
50 | 49 | ||