diff --git a/lang/bytecode.c b/lang/bytecode.c index bebd129..11fabdd 100644 --- a/lang/bytecode.c +++ b/lang/bytecode.c @@ -23,8 +23,6 @@ OP_SELF = 0x0A }; -#include - void bytecode_run(VmState state, Object obj, const unsigned char *bytecode) { const unsigned char *pos_code = &bytecode[0]; unsigned char op = OP_END;