summaryrefslogtreecommitdiff
path: root/pthread_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_start.c')
-rw-r--r--pthread_start.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pthread_start.c b/pthread_start.c
index 8d8201b2..b51b7de0 100644
--- a/pthread_start.c
+++ b/pthread_start.c
@@ -39,8 +39,6 @@
#if defined(GC_PTHREADS) && !defined(GC_WIN32_THREADS) \
&& !defined(SN_TARGET_ORBIS) && !defined(SN_TARGET_PSP2)
-#include <sched.h>
-
/* Invoked from GC_pthread_start. */
GC_INNER_PTHRSTART void *GC_CALLBACK GC_pthread_start_inner(
struct GC_stack_base *sb, void *arg)