changeset 8036:e242731ffc05

Don't include string.h or strings.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 23:56:06 +0000
parents e16ebbd6f14b
children fd5fb80a940d
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Jun 23 23:55:12 1994 +0000
+++ b/src/xterm.c	Thu Jun 23 23:56:06 1994 +0000
@@ -52,11 +52,6 @@
 
 #ifdef BSD
 #include <sys/ioctl.h>
-#include <strings.h>
-#else /* ! defined (BSD) */
-#ifndef VMS
-#include <string.h>
-#endif
 #endif /* ! defined (BSD) */
 
 #include "systty.h"