summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816o2.cpp')
-rw-r--r--src/devices/cpu/g65816/g65816o2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/g65816/g65816o2.cpp b/src/devices/cpu/g65816/g65816o2.cpp
index 63a8157e961..62e21d32cf2 100644
--- a/src/devices/cpu/g65816/g65816o2.cpp
+++ b/src/devices/cpu/g65816/g65816o2.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_M1X0
-#include "g65816op.h"
+#include "g65816op.ipp"