From 8fb25e26807a4d653d7caf4617d020371b11208d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Sep 1996 05:45:58 +0000 Subject: [PATCH] Include signal.h properly; delete the duplicate includes for it. --- lib-src/emacsserver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2