diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-24 17:41:28 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-24 17:41:28 +0900 |
| commit | 8b367098ac493cc458f731cc780070ffb103f2f4 (patch) | |
| tree | 681fd1277aa80018f8dc6523af897fca236b5423 /tools/mrbc/mrbc.c | |
| parent | 2970b6aadbb0d5afef683854e0fe36b05024fc36 (diff) | |
| download | mruby-8b367098ac493cc458f731cc780070ffb103f2f4.tar.gz mruby-8b367098ac493cc458f731cc780070ffb103f2f4.zip | |
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Diffstat (limited to 'tools/mrbc/mrbc.c')
| -rw-r--r-- | tools/mrbc/mrbc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 1e54edbdf..cf73ef1d5 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -1,11 +1,11 @@ #include "mruby.h" #include "mruby/proc.h" +#include "mruby/dump.h" +#include "mruby/cdump.h" #include "compile.h" -#include "dump.h" -#include "cdump.h" -#include "stdio.h" -#include "memory.h" -#include "stdlib.h" +#include <stdio.h> +#include <memory.h> +#include <stdlib.h> #define RITEBIN_EXT ".mrb" #define C_EXT ".c" |
