From f0f206d828e37bf452f53fe63f729d16b42df2c9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 7 Mar 2000 08:37:59 +0000 Subject: 2000-03-07 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/dbm.c | 3 --- ext/gdbm/gdbm.c | 3 --- ext/sdbm/init.c | 3 --- ext/socket/socket.c | 7 ------- 4 files changed, 16 deletions(-) (limited to 'ext') diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c index c68c5b427..5377b4b6e 100644 --- a/ext/dbm/dbm.c +++ b/ext/dbm/dbm.c @@ -18,9 +18,6 @@ #include #include #include -#ifdef USE_CWGUSI -# include -#endif VALUE cDBM; diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c index b4d821271..3bf966954 100644 --- a/ext/gdbm/gdbm.c +++ b/ext/gdbm/gdbm.c @@ -13,9 +13,6 @@ #include #include #include -#ifdef USE_CWGUSI -# include -#endif VALUE cGDBM; diff --git a/ext/sdbm/init.c b/ext/sdbm/init.c index 5ebffcb9f..b28b8e3ad 100644 --- a/ext/sdbm/init.c +++ b/ext/sdbm/init.c @@ -15,9 +15,6 @@ #include "sdbm.h" #include #include -#ifdef USE_CWGUSI -# include -#endif VALUE cSDBM; diff --git a/ext/socket/socket.c b/ext/socket/socket.c index ac79d8913..aee13a1a1 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -29,13 +29,6 @@ #include #endif -#ifdef USE_CWGUSI -extern int fileno(FILE *stream); /* */ -extern int rb_thread_select(int, fd_set*, fd_set*, fd_set*, struct timeval*); /* thread.c */ -# include -# include -#endif - #if defined(HAVE_FCNTL) #ifdef HAVE_SYS_SELECT_H #include -- cgit