diff options
| author | Selman ULUG <[email protected]> | 2012-08-16 19:26:08 +0300 |
|---|---|---|
| committer | Selman ULUG <[email protected]> | 2012-08-16 19:26:08 +0300 |
| commit | 0f74d72d7eec263bdb2675a1e6cbfde24994d733 (patch) | |
| tree | 555f8c97210cdf095dd2c18d9f993381f66e82ea | |
| parent | 64762fb1d42d840424574b5740e53868454276cb (diff) | |
| download | mruby-0f74d72d7eec263bdb2675a1e6cbfde24994d733.tar.gz mruby-0f74d72d7eec263bdb2675a1e6cbfde24994d733.zip | |
khash.h including at line:255
| -rw-r--r-- | src/variable.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variable.c b/src/variable.c index 6d0ab7557..748210ede 100644 --- a/src/variable.c +++ b/src/variable.c @@ -11,9 +11,6 @@ #include "mruby/array.h" #include "mruby/string.h" #include "mruby/proc.h" -#ifndef MRB_USE_IV_SEGLIST -#include "mruby/khash.h" -#endif #ifdef ENABLE_REGEXP #include "re.h" |
