remove st.h inclusion

This commit is contained in:
Yukihiro Matsumoto
2012-07-13 00:24:44 +09:00
parent 9e64e753a2
commit ae2cd24afb
4 changed files with 1 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@
#include "re.h"
#ifdef ENABLE_REGEXP
#include "regex.h"
#include "st.h"
#endif //ENABLE_REGEXP
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";