diff --git a/cpu/decoder.cpp b/cpu/decoder.cpp index 0d6d0f7..04b077d 100644 --- a/cpu/decoder.cpp +++ b/cpu/decoder.cpp @@ -1,6 +1,5 @@ #include #include -#include static inline u16 make_u16(u8 msb, u8 lsb) {