summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
commit5c405dea3d3e26f62877959c75a50fbaf1ece6a4 (patch)
treec8e3a94720c3f6baf2df44fd12dc1fdd6c302eb9 /mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
parent2e0519de8991de2a59a0552e95a906cfada3e1e7 (diff)
downloadmruby-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.h')
-rwxr-xr-xmrbgems/mruby-bin-debugger/tools/mrdb/apilist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
index 4580b2350..6c4107885 100755
--- a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h
@@ -5,7 +5,7 @@
#ifndef APILIST_H_
#define APILIST_H_
-#include "mruby.h"
+#include <mruby.h>
#include "mrdb.h"
int32_t mrb_debug_list(mrb_state *, mrb_debug_context *, char *, uint16_t, uint16_t);