From f0348962705b5700d559e99f50d6ca06f6e961b9 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 22 Mar 2002 06:45:34 +0000 Subject: * strscan.c: remove useless #include directive git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/strscan.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/strscan') diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index a012967f7..87854c773 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -13,11 +13,6 @@ */ -#include -#ifdef __STDC__ -# include -#endif - #include "ruby.h" #include "re.h" #include "version.h" -- cgit