From 3e14cdc45b43a0d8a39b0bac66349441cdb34e5d Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 8 Jul 2014 20:47:58 +0000 Subject: thread_pthread.h: remove unneeded semaphore.h include * thread_pthread.h: remove unneeded semaphore.h include We currently do not use POSIX semaphores. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_pthread.h') 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 - #undef except #undef try #undef leave -- cgit v1.2.1