summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-error/src
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-error/src')
-rw-r--r--mrbgems/mruby-error/src/exception.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-error/src/exception.c b/mrbgems/mruby-error/src/exception.c
index 911fde0be..170abb699 100644
--- a/mrbgems/mruby-error/src/exception.c
+++ b/mrbgems/mruby-error/src/exception.c
@@ -1,6 +1,6 @@
-#include "mruby.h"
-#include "mruby/throw.h"
-#include "mruby/error.h"
+#include <mruby.h>
+#include <mruby/throw.h>
+#include <mruby/error.h>
MRB_API mrb_value
mrb_protect(mrb_state *mrb, mrb_func_t body, mrb_value data, mrb_bool *state)