aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-23 23:56:06 +0000
committerRichard M. Stallman1994-06-23 23:56:06 +0000
commit0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce (patch)
treef01107baef353c9c0ffffab362b0f20908646beb /src
parentefd904781130dce0a56321dacd14240dc45f5333 (diff)
downloademacs-0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce.tar.gz
emacs-0b6ac150432b7b22bf4815ccda5b71ecbd27d3ce.zip
Don't include string.h or strings.h.
Diffstat (limited to 'src')
-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. */
52 52
53#ifdef BSD 53#ifdef BSD
54#include <sys/ioctl.h> 54#include <sys/ioctl.h>
55#include <strings.h>
56#else /* ! defined (BSD) */
57#ifndef VMS
58#include <string.h>
59#endif
60#endif /* ! defined (BSD) */ 55#endif /* ! defined (BSD) */
61 56
62#include "systty.h" 57#include "systty.h"