Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-25 06:22:50 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-25 06:22:50 +0400
commitd7b4a300014ccf59928ed66fb19503a2c9b34649 (patch)
treef931487a87e01ab48dbd5b4d1cd98f24e6662f97 /winsup/cygwin/dll_init.cc
parentd29587b4789426217ace96c1dccb249e3682eaf8 (diff)
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 e5e650fa9..7336dfd66 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"