From: Dave Love Date: Fri, 22 Sep 2000 16:11:12 +0000 (+0000) Subject: [SOLARIS2]: Remove redundant include of string.h. X-Git-Tag: emacs-pretest-21.0.90~1423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b5f09667922db312b7f156aea9d62dfbbf18c19;p=emacs.git [SOLARIS2]: Remove redundant include of string.h. --- 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