diff options
author | 2022-04-06 21:51:58 -0400 | |
---|---|---|
committer | 2022-04-06 21:51:58 -0400 | |
commit | a7b25315a9acb0a95300a38f0e1387873b8213dc (patch) | |
tree | d7c2464437505fb2f3b89a9aba54d322250d0b95 /src/devices/cpu/nuon | |
parent | d03dbe76203cac9acee65fb0695fe7ceddbf1e25 (diff) |
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
Diffstat (limited to 'src/devices/cpu/nuon')
-rw-r--r-- | src/devices/cpu/nuon/nuon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/nuon/nuon.cpp b/src/devices/cpu/nuon/nuon.cpp index c9b12b4cacb..20ee36fd571 100644 --- a/src/devices/cpu/nuon/nuon.cpp +++ b/src/devices/cpu/nuon/nuon.cpp @@ -11,7 +11,6 @@ #include "emu.h" #include "nuon.h" #include "nuondasm.h" -#include "debugger.h" #define VERBOSE_LEVEL (0) |