summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386.h
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 /src/devices/cpu/i386/i386.h
parent0d5bd630915519ab764c9c21620de7be6ccad837 (diff)
i386: Future-proofing for upcoming debugger refactoring (nw)
Diffstat (limited to 'src/devices/cpu/i386/i386.h')
-rw-r--r--src/devices/cpu/i386/i386.h1
1 files changed, 0 insertions, 1 deletions
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"