diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 06:45:34 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 06:45:34 +0000 |
| commit | f0348962705b5700d559e99f50d6ca06f6e961b9 (patch) | |
| tree | 04a09a0963a0620519f74e571bdbf20fa7e1401d /ext/strscan | |
| parent | 1dd874f296252c02bce3779dcd864671ce17e36e (diff) | |
| download | ruby-f0348962705b5700d559e99f50d6ca06f6e961b9.tar.gz ruby-f0348962705b5700d559e99f50d6ca06f6e961b9.tar.xz ruby-f0348962705b5700d559e99f50d6ca06f6e961b9.zip | |
* strscan.c: remove useless #include directive
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/strscan')
| -rw-r--r-- | ext/strscan/strscan.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <stdio.h> -#ifdef __STDC__ -# include <stdlib.h> -#endif - #include "ruby.h" #include "re.h" #include "version.h" |
