summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-13 00:24:44 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-13 00:24:44 +0900
commitae2cd24afbf69e6e4c98ac8e642cb078e9d3750b (patch)
tree8313bc75eb549eed9ec80fd3a4b7b4f475fa1b71 /src/string.c
parent9e64e753a227e85425c990283117129d3a5fd625 (diff)
downloadmruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.tar.gz
mruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.zip
remove st.h inclusion
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 b2cdc1212..2b7bdb454 100644
--- a/src/string.c
+++ b/src/string.c
@@ -19,7 +19,6 @@
#include "re.h"
#ifdef ENABLE_REGEXP
#include "regex.h"
-#include "st.h"
#endif //ENABLE_REGEXP
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";