aboutsummaryrefslogtreecommitdiff
path: root/coreutils
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
parent4b33f7aa413551f8c0cd024e449357fc14203803 (diff)
downloadbusybox-dfd902b7ff5b0c539886f33407aea5555152ff06.tar.gz
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Diffstat (limited to 'coreutils')
-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 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
-#include <memory.h>
#include <fcntl.h>
#include "busybox.h"