summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-05-23 23:58:54 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-05-23 23:58:54 -0400
commitc044818e9910f8dce00c8f3046930407fd910c09 (patch)
tree27060205bcccfc44c10f2f7cd69ce9d293fbe375
parent0d5bd630915519ab764c9c21620de7be6ccad837 (diff)
i386: Future-proofing for upcoming debugger refactoring (nw)
-rw-r--r--src/devices/cpu/i386/i386.cpp1
-rw-r--r--src/devices/cpu/i386/i386.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/i386.cpp b/src/devices/cpu/i386/i386.cpp
index d6efcb3a35f..0d42c78ac26 100644
--- a/src/devices/cpu/i386/i386.cpp
+++ b/src/devices/cpu/i386/i386.cpp
@@ -27,6 +27,7 @@
#include "debugger.h"
#include "debug/debugcpu.h"
+#include "debug/express.h"
/* seems to be defined on mingw-gcc */
#undef i386
diff --git a/src/devices/cpu/i386/i386.h b/src/devices/cpu/i386/i386.h
index d40c542adcd..a251cab955f 100644
--- a/src/devices/cpu/i386/i386.h
+++ b/src/devices/cpu/i386/i386.h
@@ -12,7 +12,6 @@
#include "softfloat/softfloat.h"
#endif
-#include "debug/debugcpu.h"
#include "divtlb.h"
#include "i386dasm.h"