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:
Horst Schirmeier
2014-02-09 23:51:39 +01:00
parent 0487604c09
commit 1947382c6e
3 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@
#if defined(BUILD_PANDA) && defined(CONFIG_EVENT_BREAKPOINTS)
#include "../SALInst.hpp"
#include "../../../debuggers/openocd/openocd_wrapper.hpp"
aspect PandaBreakpoints

View File

@ -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

View File

@ -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"