* strscan.c: remove useless #include directive

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2002-03-22 06:45:34 +00:00
parent 983d420300
commit d444859d4a
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@
*/
#include <stdio.h>
#ifdef __STDC__
# include <stdlib.h>
#endif
#include "ruby.h"
#include "re.h"
#include "version.h"