From 5a025813b583dc96176644f838dbc55194a67fb1 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Tue, 5 Mar 2013 01:11:57 +0900 Subject: Include stdio.h in mrbconf.h instead of C extension sources. --- src/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/string.c') 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 #include "re.h" const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz"; -- cgit v1.2.3