summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-24 15:59:50 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-24 15:59:50 +0900
commit2fc1b8af2db70e2e008cecb9fd2d8600034f95f9 (patch)
tree449457aa0c5472e6ef11b72b3b842c7aeec3b4da /src/string.c
parenta5c0d2a99635a8964c666cea8acb7b88b2eb2add (diff)
downloadmruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.tar.gz
mruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.zip
mv variable.h to mruby/variable.h
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c3
1 files changed, 1 insertions, 2 deletions
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 <ctype.h>
#include "mruby/array.h"
#include "mruby/class.h"
-#include "variable.h"
+#include "mruby/variable.h"
#include "mruby/hash.h"
#include <stdio.h>
-#include "variable.h"
#include "re.h"
#ifdef INCLUDE_REGEXP
#include "regex.h"