From 57123fb2f1a3a869c158840afa358423b7a07a21 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 Mar 2013 06:17:36 +0000 Subject: thread_pthread.c: poll.h is already included * thread_pthread.c (poll.h): already included in ruby/io.h from thread.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/thread_pthread.c b/thread_pthread.c index 78e662ec6e..59fd90251e 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -30,9 +30,6 @@ #if defined(__native_client__) && defined(NACL_NEWLIB) # include "nacl/select.h" #endif -#if HAVE_POLL -#include -#endif #if defined(HAVE_SYS_TIME_H) #include #endif -- cgit v1.2.3