diff options
Diffstat (limited to 'src/frontend/mame/cheat.h')
-rw-r--r-- | src/frontend/mame/cheat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/mame/cheat.h b/src/frontend/mame/cheat.h index b81225faf15..b8f3e89a4e5 100644 --- a/src/frontend/mame/cheat.h +++ b/src/frontend/mame/cheat.h @@ -14,7 +14,6 @@ #pragma once #include "debug/express.h" -#include "debug/debugcpu.h" #include "ui/text.h" #include "xmlfile.h" @@ -345,7 +344,6 @@ private: int8_t m_lastline; // last line used for output bool m_disabled; // true if the cheat engine is disabled symbol_table m_symtable; // global symbol table - std::unique_ptr<debugger_cpu> m_cpu; // debugger interface for cpus/memory // constants static constexpr int CHEAT_VERSION = 1; |