From: Richard M. Stallman Date: Thu, 23 Jun 1994 23:56:06 +0000 (+0000) Subject: Don't include string.h or strings.h. X-Git-Tag: emacs-19.34~7817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce;p=emacs.git Don't include string.h or strings.h. --- 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"