From 2fc1b8af2db70e2e008cecb9fd2d8600034f95f9 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 24 Apr 2012 15:59:50 +0900 Subject: mv variable.h to mruby/variable.h --- src/string.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index b5d7c4342..efa4a107c 100644 --- a/src/string.c +++ b/src/string.c @@ -14,10 +14,9 @@ #include #include "mruby/array.h" #include "mruby/class.h" -#include "variable.h" +#include "mruby/variable.h" #include "mruby/hash.h" #include -#include "variable.h" #include "re.h" #ifdef INCLUDE_REGEXP #include "regex.h" -- cgit v1.2.3