]> code.delx.au - gnu-emacs/commitdiff
Don't include string.h or strings.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 23:56:06 +0000 (23:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 23:56:06 +0000 (23:56 +0000)
src/xterm.c

index 15b3e488570758bc7fe03f1e700cfabe8e1b9ee0..09f919cf4627944cf754bf0bf8c21f12d1aafcfd 100644 (file)
@@ -52,11 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef BSD
 #include <sys/ioctl.h>
-#include <strings.h>
-#else /* ! defined (BSD) */
-#ifndef VMS
-#include <string.h>
-#endif
 #endif /* ! defined (BSD) */
 
 #include "systty.h"