mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unused #include
This commit is contained in:
@@ -269,7 +269,9 @@ typedef struct mrb_state {
|
||||
mrb_sym symidx;
|
||||
struct kh_n2s *name2sym; /* symbol table */
|
||||
struct kh_s2n *sym2name; /* reverse symbol table */
|
||||
#ifdef INCLUDE_REGEXP
|
||||
struct RNode *local_svar;/* regexp */
|
||||
#endif
|
||||
|
||||
struct RClass *eException_class;
|
||||
struct RClass *eStandardError_class;
|
||||
|
||||
@@ -16,12 +16,6 @@
|
||||
#include "mruby/variable.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef INCLUDE_REGEXP
|
||||
#include "re.h"
|
||||
#include "regex.h"
|
||||
#include "st.h"
|
||||
#endif
|
||||
|
||||
/* ------------------------------------------------------ */
|
||||
KHASH_MAP_INIT_INT(s2n, const char*);
|
||||
KHASH_MAP_INIT_STR(n2s, mrb_sym);
|
||||
|
||||
Reference in New Issue
Block a user