From: Richard M. Stallman Date: Mon, 2 Sep 1996 05:45:58 +0000 (+0000) Subject: Include signal.h properly; X-Git-Tag: emacs-20.1~3873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fb25e26807a4d653d7caf4617d020371b11208d;p=emacs.git Include signal.h properly; delete the duplicate includes for it. --- diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index 64b288cb496..2cd617c5c9b 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include +#include #include <../src/config.h> #undef read #undef write @@ -52,7 +52,6 @@ main () #include #include #include -#include #include #include #include @@ -384,7 +383,6 @@ main (argc, argv) #else /* This is the SYSV IPC section */ #include -#include #include #include #include