mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove st.h inclusion
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "mruby/compile.h"
|
||||
#include "mruby/proc.h"
|
||||
#include "node.h"
|
||||
#include "st.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include "re.h"
|
||||
#ifdef ENABLE_REGEXP
|
||||
#include "regex.h"
|
||||
#include "st.h"
|
||||
#endif //ENABLE_REGEXP
|
||||
|
||||
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
#ifdef ENABLE_REGEXP
|
||||
#include "re.h"
|
||||
#include "st.h"
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user