move debug.h from bochs.h and include it only where required
This commit is contained in:
parent
d103603452
commit
1765a06d01
@ -102,7 +102,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "osdep.h" /* platform dependent includes and defines */
|
||||
#include "bx_debug/debug.h"
|
||||
#include "gui/paramtree.h"
|
||||
|
||||
// BX_SHARE_PATH should be defined by the makefile. If not, give it
|
||||
|
@ -20,6 +20,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "bochs.h"
|
||||
#include "debug.h"
|
||||
|
||||
#if BX_DEBUGGER
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "bx_debug/debug.h"
|
||||
|
||||
#include "decoder/decoder.h"
|
||||
|
||||
#if defined(NEED_CPU_REG_SHORTCUTS)
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include "bochs.h"
|
||||
#include "siminterface.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "memory/memory-bochs.h"
|
||||
#include "pc_system.h"
|
||||
#include "cpu/cpu.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
// Copyright (C) 2008-2021 The Bochs Project
|
||||
|
||||
#include "bochs.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "siminterface.h"
|
||||
#include "enh_dbg.h"
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
// Basically, the siminterface is visible from both the simulator and
|
||||
// the configuration user interface, and allows them to talk to each other.
|
||||
|
||||
#include "bx_debug/debug.h"
|
||||
#include "param_names.h"
|
||||
#include "iodev.h"
|
||||
#include "virt_timer.h"
|
||||
|
@ -49,6 +49,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "osdep.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "param_names.h"
|
||||
#include "textconfig.h"
|
||||
#include "logio.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
// Copyright (C) 2008-2021 The Bochs Project
|
||||
|
||||
#include "bochs.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "siminterface.h"
|
||||
#include "win32dialog.h"
|
||||
#include "enh_dbg.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "win32dialog.h"
|
||||
#include "bochs.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "param_names.h"
|
||||
#include "gui.h"
|
||||
#include "win32res.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "plugin.h"
|
||||
#include "param_names.h"
|
||||
#include "pc_system.h"
|
||||
#include "bx_debug/debug.h"
|
||||
#include "memory/memory-bochs.h"
|
||||
#include "gui/siminterface.h"
|
||||
#include "gui/gui.h"
|
||||
|
Loading…
Reference in New Issue
Block a user