diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-29 07:00:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-29 07:00:23 +0000 |
commit | 735b546108d2b27361715c41a31a03bd286380b5 (patch) | |
tree | d60d5f9432625a4ce463a7979e1d49607c838480 /lib | |
parent | 94650aa4bac6d9194a1c44ea17a03db69080bc60 (diff) | |
download | coreutils-735b546108d2b27361715c41a31a03bd286380b5.tar.xz |
Do not include <sys/wait.h>; no longer needed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sig2str.c | 4 |
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 |