summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-08-18 11:09:25 +0200
committerCorinna Vinschen <corinna@vinschen.de>2015-08-18 11:09:25 +0200
commitf9f3d44f27008154b83c088b62ab82cc4168f5ac (patch)
tree5db0bc24418accca9cc77487eeed55059d421bd3 /winsup/cygwin/exceptions.cc
parent9f3100c9587da7b650b1c315dc814fb26c41b1d5 (diff)
downloadcygnal-f9f3d44f27008154b83c088b62ab82cc4168f5ac.tar.gz
cygnal-f9f3d44f27008154b83c088b62ab82cc4168f5ac.tar.bz2
cygnal-f9f3d44f27008154b83c088b62ab82cc4168f5ac.zip
exceptions.cc: Drop including ucontext.h.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index e6c000f3e..60f09d654 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -17,7 +17,6 @@ details. */
#include <stdarg.h>
#include <syslog.h>
#include <wchar.h>
-#include <ucontext.h>
#include "cygtls.h"
#include "pinfo.h"