sal: avoid include cycle
Enabling both CONFIG_FAST_BREAKPOINTS / CONFIG_FAST_WATCHPOINTS and CONFIG_EVENT_BREAKPOINTS / CONFIG_EVENT_BREAKPOINTS_RANGE / CONFIG_EVENT_MEMREAD / CONFIG_EVENT_MEMWRITE led to an (unnecessary) include cycle. Change-Id: I8144e3e72da69b98e21a844a4bfded1b77bdce07
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
|
||||
#if defined(BUILD_PANDA) && defined(CONFIG_EVENT_BREAKPOINTS)
|
||||
|
||||
#include "../SALInst.hpp"
|
||||
#include "../../../debuggers/openocd/openocd_wrapper.hpp"
|
||||
|
||||
aspect PandaBreakpoints
|
||||
|
||||
Reference in New Issue
Block a user