diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-25 02:22:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-25 02:22:50 +0000 |
commit | d7b4a300014ccf59928ed66fb19503a2c9b34649 (patch) | |
tree | f931487a87e01ab48dbd5b4d1cd98f24e6662f97 /winsup/cygwin/wait.cc | |
parent | d29587b4789426217ace96c1dccb249e3682eaf8 (diff) | |
download | cygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.gz cygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.bz2 cygnal-d7b4a300014ccf59928ed66fb19503a2c9b34649.zip |
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
where appropriate, throughout. Remove unneeded exceptions.h, where
appropriate, throughout. Remove unneeded perprocess.h, where appropriate,
throughout.
Diffstat (limited to 'winsup/cygwin/wait.cc')
-rw-r--r-- | winsup/cygwin/wait.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/wait.cc b/winsup/cygwin/wait.cc index 0fa3005cf..d6e5bf7f2 100644 --- a/winsup/cygwin/wait.cc +++ b/winsup/cygwin/wait.cc @@ -13,7 +13,6 @@ details. */ #include <stdlib.h> #include <errno.h> #include "cygerrno.h" -#include "sync.h" #include "sigproc.h" #include "perthread.h" |