diff --git a/src/core/sal/panda/PandaBreakpoints.ah b/src/core/sal/panda/PandaBreakpoints.ah index 95df3afb..8d79d01c 100644 --- a/src/core/sal/panda/PandaBreakpoints.ah +++ b/src/core/sal/panda/PandaBreakpoints.ah @@ -6,7 +6,6 @@ #if defined(BUILD_PANDA) && defined(CONFIG_EVENT_BREAKPOINTS) -#include "../SALInst.hpp" #include "../../../debuggers/openocd/openocd_wrapper.hpp" aspect PandaBreakpoints diff --git a/src/core/sal/panda/PandaWatchpoints.ah b/src/core/sal/panda/PandaWatchpoints.ah index 309e3a8b..e8d45854 100644 --- a/src/core/sal/panda/PandaWatchpoints.ah +++ b/src/core/sal/panda/PandaWatchpoints.ah @@ -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 diff --git a/src/core/sal/perf/FastWatchpoints.ah b/src/core/sal/perf/FastWatchpoints.ah index 1199654f..59279eee 100644 --- a/src/core/sal/perf/FastWatchpoints.ah +++ b/src/core/sal/perf/FastWatchpoints.ah @@ -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"