From 657429b75b32a9554195e571668465a55f38a5bc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Mar 2008 08:04:45 +0000 Subject: * include/ruby/ruby.h (inttypes.h): includes always if available. * string.c, ext/digest/defs.h: moved inttypes.h to ruby.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index fc7ed7c641..f88e6ba280 100644 --- a/string.c +++ b/string.c @@ -25,10 +25,6 @@ #include #endif -#if HAVE_INTTYPES_H -#include -#endif - VALUE rb_cString; VALUE rb_cSymbol; -- cgit v1.2.3