rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
authorMike Frysinger <vapier@gentoo.org>
Sun, 19 Feb 2006 22:43:58 +0000 (22:43 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 19 Feb 2006 22:43:58 +0000 (22:43 -0000)
coreutils/stty.c

index 2175963..63d586e 100644 (file)
@@ -44,7 +44,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <limits.h>
-#include <memory.h>
 #include <fcntl.h>
 #include "busybox.h"