diff options
| author | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
| commit | b1a5146ea8f8665df5edf2b26dcadc028d7929f7 (patch) | |
| tree | 0712ef0ebbc5254528c7eaad88b8535f58607db0 /src/struct.c | |
| parent | 8578cd622ba6644a0421bcb35e44e0f7b2927a54 (diff) | |
| download | mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.tar.gz mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.zip | |
Pluggable Regexp
Diffstat (limited to 'src/struct.c')
| -rw-r--r-- | src/struct.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/struct.c b/src/struct.c index 1396cd728..1efdca66f 100644 --- a/src/struct.c +++ b/src/struct.c @@ -12,10 +12,6 @@ #include "mruby/array.h" #include <stdarg.h> -#ifdef ENABLE_REGEXP -#include "encoding.h" -#endif - #include "mruby/string.h" #include "mruby/class.h" #include "mruby/variable.h" |
