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/dcrt0.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/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 38b1df06d..bd164e03e 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -18,10 +18,8 @@ details. */ #include <wingdi.h> #include <winuser.h> #include <errno.h> -#include "sync.h" #include "sigproc.h" #include "pinfo.h" -#include "heap.h" #include "cygerrno.h" #define NEED_VFORK #include "perprocess.h" |