From 40160621a90f8a43c6a1b2b51445526ed0aac1f0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 27 Nov 2017 18:50:18 +0300 Subject: Removed uncontext.h. This removal was missed the changeset 2aad6a5fac13. --- src/nxt_unix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nxt_unix.h') diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 7ab2f9da..d61f00bc 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -97,7 +97,6 @@ #if (NXT_MACOSX) -#define _XOPEN_SOURCE /* ucontext(3). */ #ifndef _DARWIN_C_SOURCE #define _DARWIN_C_SOURCE /* pthread_threadid_np(), mach_port_t. */ #endif @@ -188,7 +187,6 @@ #endif #include #include -#include #include #include -- cgit