changeset 3832:5186621246b3

Do not include <sys/wait.h>; no longer needed.
author Jim Meyering <jim@meyering.net>
date Mon, 29 Apr 2002 07:00:23 +0000
parents 68803dccd533
children 59670b6703b3
files lib/sig2str.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/sig2str.c
+++ b/lib/sig2str.c
@@ -28,10 +28,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#if HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #include "sig2str.h"
 
 #ifndef SIGRTMIN