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:
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index af28ef060..becf3cdc0 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -15,20 +15,14 @@ details. */
#include <winuser.h>
#include <imagehlp.h>
#include <stdlib.h>
-#include <setjmp.h>
-#include <assert.h>
#include <syslog.h>
#include <wchar.h>
-#include "exceptions.h"
-#include "sync.h"
#include "pinfo.h"
#include "cygtls.h"
#include "sigproc.h"
-#include "cygerrno.h"
#include "shared_info.h"
#include "perprocess.h"
-#include "security.h"
#include "path.h"
#include "fhandler.h"
#include "dtable.h"