diff --git a/cpu/cpu.h b/cpu/cpu.h index 37860a1..b31fdec 100644 --- a/cpu/cpu.h +++ b/cpu/cpu.h @@ -2,7 +2,7 @@ #include -#include "memory/mem_device.h" +#include typedef u8 opcode_t;