diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-27 17:48:23 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-27 17:48:23 +0900 |
| commit | 5c405dea3d3e26f62877959c75a50fbaf1ece6a4 (patch) | |
| tree | c8e3a94720c3f6baf2df44fd12dc1fdd6c302eb9 /mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c | |
| parent | 2e0519de8991de2a59a0552e95a906cfada3e1e7 (diff) | |
| download | mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.tar.gz mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.zip | |
include changed from by quotes ("") to by brackets (<>); close #3032
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c')
| -rwxr-xr-x | mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c index 03846cd50..1c77d1ef8 100755 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c @@ -9,9 +9,9 @@ #include "mrdb.h" #include "mrdberror.h" #include "apilist.h" -#include "mruby/compile.h" -#include "mruby/irep.h" -#include "mruby/debug.h" +#include <mruby/compile.h> +#include <mruby/irep.h> +#include <mruby/debug.h> #define LINE_BUF_SIZE MAX_COMMAND_LINE |
