diff --git a/ChangeLog b/ChangeLog index d73f4012e1..26d43258f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,11 +11,6 @@ Sat Nov 1 18:21:09 2003 GOTOU Yuuzou ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config): use underlying C struct without duplication not to leak momory. -Sat Nov 1 18:11:18 2003 Akinori MUSHA - - * ext/io/wait/wait.c: #include is needed for struct - timeval. - Sat Nov 1 01:49:03 2003 NAKAMURA, Hiroshi * lib/soap/mapping/factory.rb: mark marshalled basetype objects when diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c index 417841a8a1..53d5bd7d18 100644 --- a/ext/io/wait/wait.c +++ b/ext/io/wait/wait.c @@ -14,7 +14,6 @@ #include "ruby.h" #include "rubyio.h" -#include #include #include FIONREAD_HEADER