From: Richard M. Stallman Date: Tue, 10 May 2005 09:18:02 +0000 (+0000) Subject: Don't include signal.h. X-Git-Tag: ttn-vms-21-2-B4~409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8faf605706a494c59042e1faf562d608f310698b;p=emacs.git Don't include signal.h. --- diff --git a/src/image.c b/src/image.c index 6a1fc7aa795..f03adfdc48f 100644 --- a/src/image.c +++ b/src/image.c @@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include -#include #include #include #include diff --git a/src/xfns.c b/src/xfns.c index 7e790e1eaa3..4e0e18137c3 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include -#include #include #include diff --git a/src/xmenu.c b/src/xmenu.c index 085bdfd139d..768bd62da52 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -33,8 +33,10 @@ Boston, MA 02111-1307, USA. */ #include +#if 0 /* Why was this included? And without syssignal.h? */ /* On 4.3 this loses if it comes after xterm.h. */ #include +#endif #include