summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-23 23:56:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-23 23:56:06 +0000
commit0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce (patch)
treef01107baef353c9c0ffffab362b0f20908646beb
parentefd904781130dce0a56321dacd14240dc45f5333 (diff)
downloademacs-0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce.tar.gz
Don't include string.h or strings.h.
-rw-r--r--src/xterm.c5
1 files changed, 0 insertions, 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 <sys/ioctl.h>
-#include <strings.h>
-#else /* ! defined (BSD) */
-#ifndef VMS
-#include <string.h>
-#endif
#endif /* ! defined (BSD) */
#include "systty.h"