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/pinfo.cc | |
parent | d29587b4789426217ace96c1dccb249e3682eaf8 (diff) | |
download | newlib-d7b4a300014ccf59928ed66fb19503a2c9b34649.zip newlib-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.gz newlib-d7b4a300014ccf59928ed66fb19503a2c9b34649.tar.bz2 |
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/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 4531a8b..4eda090 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -18,7 +18,6 @@ details. */ #include "path.h" #include "dtable.h" #include "cygerrno.h" -#include "sync.h" #include "sigproc.h" #include "pinfo.h" #include "cygwin_version.h" |