From 0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Jun 1994 23:56:06 +0000 Subject: [PATCH] Don't include string.h or strings.h. --- src/xterm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 15b3e488570..09f919cf462 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -52,11 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef BSD #include -#include -#else /* ! defined (BSD) */ -#ifndef VMS -#include -#endif #endif /* ! defined (BSD) */ #include "systty.h" -- 2.39.5