mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Including header files in include/* by <>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
enum mrb_insn {
|
||||
#define OPCODE(x,_) OP_ ## x,
|
||||
#include "mruby/ops.h"
|
||||
#include <mruby/ops.h>
|
||||
#undef OPCODE
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user