summaryrefslogtreecommitdiff
path: root/src/xterm.c
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
commit1bb2f9f3c01db936327c2695a10b28fa8deb52a3 (patch)
tree90201d4689fd1d0834af75c55722ad87bbb51b61 /src/xterm.c
parentd993109158c1411231af4ea6700150a5060a8aa3 (diff)
downloademacs-1bb2f9f3c01db936327c2695a10b28fa8deb52a3.tar.gz
Don't include string.h or strings.h.
Diffstat (limited to 'src/xterm.c')
-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"