]> git.eshelyaron.com Git - emacs.git/commitdiff
[SOLARIS2]: Remove redundant include of string.h.
authorDave Love <fx@gnu.org>
Fri, 22 Sep 2000 16:11:12 +0000 (16:11 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Sep 2000 16:11:12 +0000 (16:11 +0000)
src/xterm.c

index c082124d32f21c2f95f88215fb33a7b023631cea..c25fb1aa7fd15a58c6997b9bfa798bfe3fecd450 100644 (file)
@@ -149,13 +149,6 @@ extern void _XEditResCheckMessages ();
 #endif
 #endif
 
-#ifdef SOLARIS2
-/* memmove will be defined as a macro in Xfuncs.h unless
-   <string.h> is included beforehand.  The declaration for memmove in
-   <string.h> will cause a syntax error when Xfuncs.h later includes it.  */
-#include <string.h>
-#endif
-
 #ifndef min
 #define min(a,b) ((a) < (b) ? (a) : (b))
 #endif