From 3b5f09667922db312b7f156aea9d62dfbbf18c19 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 22 Sep 2000 16:11:12 +0000 Subject: [PATCH] [SOLARIS2]: Remove redundant include of string.h. --- src/xterm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index c082124d32f..c25fb1aa7fd 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -149,13 +149,6 @@ extern void _XEditResCheckMessages (); #endif #endif -#ifdef SOLARIS2 -/* memmove will be defined as a macro in Xfuncs.h unless - is included beforehand. The declaration for memmove in - will cause a syntax error when Xfuncs.h later includes it. */ -#include -#endif - #ifndef min #define min(a,b) ((a) < (b) ? (a) : (b)) #endif -- 2.39.5