summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816o1.cpp')
-rw-r--r--src/devices/cpu/g65816/g65816o1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/g65816/g65816o1.cpp b/src/devices/cpu/g65816/g65816o1.cpp
index 4b277c9abf2..d227f8995ef 100644
--- a/src/devices/cpu/g65816/g65816o1.cpp
+++ b/src/devices/cpu/g65816/g65816o1.cpp
@@ -1,8 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Karl Stenerud
#include "emu.h"
-#include "debugger.h"
#include "g65816.h"
#include "g65816cm.h"
#define EXECUTION_MODE EXECUTION_MODE_M0X1
-#include "g65816op.h"
+#include "g65816op.ipp"