summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-04 15:49:08 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-04 15:49:08 -0800
commit5a153851c3bc4aa96840438441d5a4c96906b299 (patch)
tree51feb5fa5d3dcdb675bfdc70847db99d10976309 /src/string.c
parentf074951adab882fd128f0a763d9dd9eabd00ea24 (diff)
parent0e662e3bcd7d2676eadde28018a8306d66bb9775 (diff)
downloadmruby-5a153851c3bc4aa96840438441d5a4c96906b299.tar.gz
mruby-5a153851c3bc4aa96840438441d5a4c96906b299.zip
Merge pull request #947 from monaka/pr-cleanup-stdio-calls-20130304
Cleanup stdio related.
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index 23da3baa6..53e8fcab6 100644
--- a/src/string.c
+++ b/src/string.c
@@ -15,7 +15,6 @@
#include "mruby/array.h"
#include "mruby/class.h"
#include "mruby/numeric.h"
-#include <stdio.h>
#include "re.h"
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";