From 9ed32aae0cceb23373b55a319a3483728a1042d7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 1 Nov 1996 17:34:44 +0000 Subject: Header cleanup. svn path=/trunk/; revision=463 --- daemon.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index ead23641..2995f1ef 100644 --- a/daemon.c +++ b/daemon.c @@ -7,18 +7,14 @@ #include #include +#include #include #include #include -#include -#include - -#if defined(HAVE_SYS_WAIT_H) -# include -#endif +#include #if defined(HAVE_UNISTD_H) -# include +#include #endif #if defined(STDC_HEADERS) @@ -26,7 +22,7 @@ #endif #if defined(QNX) -# include +#include #endif /* BSD portability hack */ -- cgit v1.2.3