aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-19 22:43:58 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-19 22:43:58 +0000
commitdfd902b7ff5b0c539886f33407aea5555152ff06 (patch)
tree9af4210d94333a9127b7779caaf8425ee8975633 /coreutils/stty.c
parent4b33f7aa413551f8c0cd024e449357fc14203803 (diff)
downloadbusybox-w32-dfd902b7ff5b0c539886f33407aea5555152ff06.tar.gz
busybox-w32-dfd902b7ff5b0c539886f33407aea5555152ff06.tar.bz2
busybox-w32-dfd902b7ff5b0c539886f33407aea5555152ff06.zip
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c1
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