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
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
|
||||
#if defined(BUILD_PANDA) && defined(CONFIG_EVENT_MEMREAD) && defined(CONFIG_EVENT_MEMWRITE)
|
||||
|
||||
#include "../SALInst.hpp"
|
||||
#include "../../../debuggers/openocd/openocd_wrapper.hpp"
|
||||
|
||||
aspect PandaWatchpoints
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
#include "WatchpointManagerSlice.ah" // slice class "WatchpointManagerSlice"
|
||||
#include "WatchpointControllerSlice.ah" // slice class "WatchpointControllerSlice"
|
||||
#include "../ListenerManager.hpp"
|
||||
#include "../Listener.hpp"
|
||||
#include "WatchpointBuffer.hpp"
|
||||
#include "../SALInst.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user