From a3b4b499a5ddd35572d7033ddb28ecf1c668bfce Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 3 Feb 2011 07:37:22 +0000 Subject: * include/ruby/missing.h: don't use HAVE_STDDEF_H because it never defined by configure though configure.bat defines it. * include/ruby/ruby.h: move include stddef.h to defines.h * include/ruby/defines.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/ruby/ruby.h') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 8ecb0f2405..afa181509a 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -44,10 +44,6 @@ extern "C" { #define PRINTF_ARGS(decl, string_index, first_to_check) decl #endif -#ifdef HAVE_STDLIB_H -# include -#endif - #ifdef HAVE_STRING_H # include #else @@ -66,7 +62,6 @@ extern "C" { #endif #include -#include #include #include "defines.h" -- cgit v1.2.3