summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 06:45:34 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 06:45:34 +0000
commitd444859d4a2664de66b53d33c29fbf6cd6ddef81 (patch)
tree04a09a0963a0620519f74e571bdbf20fa7e1401d /ext
parent983d42030030f6648d306793eed16cb907749e10 (diff)
* strscan.c: remove useless #include directive
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/strscan/strscan.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c
index a012967f73..87854c773d 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"