# HG changeset patch # User Dave Love # Date 969639072 0 # Node ID 228555beda7fb8724101201fc2645c9b77bf440e # Parent 1c4c8b3d3ddfea0d8883f86a6f7be43a9d3f98d1 [SOLARIS2]: Remove redundant include of string.h. diff -r 1c4c8b3d3ddf -r 228555beda7f src/xterm.c --- a/src/xterm.c Fri Sep 22 13:15:52 2000 +0000 +++ b/src/xterm.c Fri Sep 22 16:11:12 2000 +0000 @@ -149,13 +149,6 @@ #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