From b1a5146ea8f8665df5edf2b26dcadc028d7929f7 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 15 Feb 2013 04:38:27 +0900 Subject: Pluggable Regexp --- src/struct.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/struct.c') 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 -#ifdef ENABLE_REGEXP -#include "encoding.h" -#endif - #include "mruby/string.h" #include "mruby/class.h" #include "mruby/variable.h" -- cgit v1.2.3