summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v30mz
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-04-06 21:51:58 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-04-06 21:51:58 -0400
commita7b25315a9acb0a95300a38f0e1387873b8213dc (patch)
treed7c2464437505fb2f3b89a9aba54d322250d0b95 /src/devices/cpu/v30mz
parentd03dbe76203cac9acee65fb0695fe7ceddbf1e25 (diff)
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
Diffstat (limited to 'src/devices/cpu/v30mz')
-rw-r--r--src/devices/cpu/v30mz/v30mz.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/v30mz/v30mz.cpp b/src/devices/cpu/v30mz/v30mz.cpp
index 8e106bd563c..93c7ad1440e 100644
--- a/src/devices/cpu/v30mz/v30mz.cpp
+++ b/src/devices/cpu/v30mz/v30mz.cpp
@@ -22,7 +22,6 @@
#include "emu.h"
#include "v30mz.h"
#include "cpu/nec/necdasm.h"
-#include "debugger.h"
enum SREGS { DS1=0, PS, SS, DS0 };