changeset 62216:0c2ce5566afa

Don't include signal.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 May 2005 09:18:02 +0000
parents 3b8ac4c8fa50
children 49a8b890e7a5
files src/image.c src/xfns.c src/xmenu.c
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Tue May 10 09:15:49 2005 +0000
+++ b/src/image.c	Tue May 10 09:18:02 2005 +0000
@@ -20,7 +20,6 @@
 Boston, MA 02111-1307, USA.  */
 
 #include <config.h>
-#include <signal.h>
 #include <stdio.h>
 #include <math.h>
 #include <ctype.h>
--- a/src/xfns.c	Tue May 10 09:15:49 2005 +0000
+++ b/src/xfns.c	Tue May 10 09:18:02 2005 +0000
@@ -20,7 +20,6 @@
 Boston, MA 02111-1307, USA.  */
 
 #include <config.h>
-#include <signal.h>
 #include <stdio.h>
 #include <math.h>
 
--- a/src/xmenu.c	Tue May 10 09:15:49 2005 +0000
+++ b/src/xmenu.c	Tue May 10 09:18:02 2005 +0000
@@ -33,8 +33,10 @@
 
 #include <config.h>
 
+#if 0  /* Why was this included?  And without syssignal.h?  */
 /* On 4.3 this loses if it comes after xterm.h.  */
 #include <signal.h>
+#endif
 
 #include <stdio.h>