aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-25 02:22:50 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-25 02:22:50 +0000
commitd7b4a300014ccf59928ed66fb19503a2c9b34649 (patch)
treef931487a87e01ab48dbd5b4d1cd98f24e6662f97 /winsup/cygwin/dll_init.cc
parentd29587b4789426217ace96c1dccb249e3682eaf8 (diff)
downloadnewlib-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/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index e5e650f..7336dfd 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -9,7 +9,6 @@ details. */
#include "winsup.h"
#include <stdlib.h>
#include <errno.h>
-#include "exceptions.h"
#include "cygerrno.h"
#include "perprocess.h"
#include "dll_init.h"