summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index d1679f8df3..0717ecb326 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -27,8 +27,6 @@ typedef struct native_thread_data_struct {
rb_nativethread_cond_t sleep_cond;
} native_thread_data_t;
-#include <semaphore.h>
-
#undef except
#undef try
#undef leave