From 9d215b7b97e2dde26fbb45525d210dc80feba738 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: http://svn.ruby-lang.org/repos/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 fc7ed7c64..f88e6ba28 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