]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include signal.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:18:02 +0000 (09:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:18:02 +0000 (09:18 +0000)
src/image.c
src/xfns.c
src/xmenu.c

index 6a1fc7aa795392a9661b0200b4fe20213f642ba8..f03adfdc48f0f5d76bde38128a6b180d01707261 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #include <config.h>
-#include <signal.h>
 #include <stdio.h>
 #include <math.h>
 #include <ctype.h>
index 7e790e1eaa3b0507174ad164725ad4d846db7523..4e0e18137c3a7fb104d87951535cae0093bc0b27 100644 (file)
@@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #include <config.h>
-#include <signal.h>
 #include <stdio.h>
 #include <math.h>
 
index 085bdfd139d7d318efe15d68cc1e1cad4440266a..768bd62da527240d5b71734a663f192caea044e3 100644 (file)
@@ -33,8 +33,10 @@ Boston, MA 02111-1307, USA.  */
 
 #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>