summaryrefslogtreecommitdiff
path: root/lib/sig2str.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-29 07:00:23 +0000
committerJim Meyering <jim@meyering.net>2002-04-29 07:00:23 +0000
commit735b546108d2b27361715c41a31a03bd286380b5 (patch)
treed60d5f9432625a4ce463a7979e1d49607c838480 /lib/sig2str.c
parent94650aa4bac6d9194a1c44ea17a03db69080bc60 (diff)
downloadcoreutils-735b546108d2b27361715c41a31a03bd286380b5.tar.xz
Do not include <sys/wait.h>; no longer needed.
Diffstat (limited to 'lib/sig2str.c')
-rw-r--r--lib/sig2str.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sig2str.c b/lib/sig2str.c
index 4096465dd..329b4ac49 100644
--- 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