Including header files in include/* by <>

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-03-21 14:11:09 +09:00
parent 0786b24528
commit 87b358a342
24 changed files with 115 additions and 116 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
enum mrb_insn {
#define OPCODE(x,_) OP_ ## x,
#include "mruby/ops.h"
#include <mruby/ops.h>
#undef OPCODE
};