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
@@ -22,7 +22,6 @@
#include "mruby/compile.h"
#include "mruby/proc.h"
#include "node.h"
#include "st.h"
#include <stdio.h>
#include <errno.h>
+1
View File
@@ -13,6 +13,7 @@
#include "node.h"
#include "regex.h"
#include "encoding.h"
#include "st.h"
#define BEG(no) regs->beg[no]
#define END(no) regs->end[no]
-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";
-1
View File
@@ -16,7 +16,6 @@
#ifdef ENABLE_REGEXP
#include "re.h"
#include "st.h"
#endif
static void