diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-18 12:54:23 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-18 12:54:23 +0900 |
| commit | 219162117ab282d02ffebfc2e3e7e3d11f18095c (patch) | |
| tree | ad8cb057c97a1e656b482ea70aaae615a537849b /tools | |
| parent | bbf7b0ceba117e30662f9e2459d9c06360950a10 (diff) | |
| download | mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip | |
move compile.h to mruby/compile.h
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mirb/mirb.c | 2 | ||||
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 | ||||
| -rw-r--r-- | tools/mruby/mruby.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c index 8c1978059..df7c29df6 100644 --- a/tools/mirb/mirb.c +++ b/tools/mirb/mirb.c @@ -11,7 +11,7 @@ #include <mruby.h> #include <mruby/proc.h> #include <mruby/data.h> -#include <compile.h> +#include <mruby/compile.h> /* Guess if the user might want to enter more * or if he wants an evaluation of his code now */ diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index f9d9cea28..44254d623 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -2,7 +2,7 @@ #include "mruby/proc.h" #include "mruby/dump.h" #include "mruby/cdump.h" -#include "compile.h" +#include "mruby/compile.h" #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/tools/mruby/mruby.c b/tools/mruby/mruby.c index 6da721a36..04c2dcc03 100644 --- a/tools/mruby/mruby.c +++ b/tools/mruby/mruby.c @@ -2,7 +2,7 @@ #include "mruby/proc.h" #include "mruby/array.h" #include "mruby/string.h" -#include "compile.h" +#include "mruby/compile.h" #include "mruby/dump.h" #include <stdio.h> #include <string.h> |
