Remove an include and define BYTE_SIZE

This commit is contained in:
2024-06-20 02:24:23 +01:00
parent 05235497dc
commit ecadcb5e36
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,6 @@
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
const char *opcode_as_cstr(opcode_t code)
{