mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
983d420300
commit
d444859d4a
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#ifdef __STDC__
|
|
||||||
# include <stdlib.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "ruby.h"
|
#include "ruby.h"
|
||||||
#include "re.h"
|
#include "re.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
Loading…
Reference in a new issue