summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/scudsp/scudsp.cpp
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/scudsp/scudsp.cpp
parentd03dbe76203cac9acee65fb0695fe7ceddbf1e25 (diff)
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
Diffstat (limited to 'src/devices/cpu/scudsp/scudsp.cpp')
-rw-r--r--src/devices/cpu/scudsp/scudsp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/scudsp/scudsp.cpp b/src/devices/cpu/scudsp/scudsp.cpp
index 7db8e88cb80..56b2a3cbc5b 100644
--- a/src/devices/cpu/scudsp/scudsp.cpp
+++ b/src/devices/cpu/scudsp/scudsp.cpp
@@ -94,8 +94,6 @@
#include "scudsp.h"
#include "scudspdasm.h"
-#include "debugger.h"
-
DEFINE_DEVICE_TYPE(SCUDSP, scudsp_cpu_device, "scudsp", "Sega SCUDSP")