diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/break_points.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/break_points.cpp b/src/common/break_points.cpp index 03a19acba..fa367a4ca 100644 --- a/src/common/break_points.cpp +++ b/src/common/break_points.cpp | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | #include <sstream> | 6 | #include <sstream> |
| 7 | #include "common/break_points.h" | 7 | #include "common/break_points.h" |
| 8 | #include "common/logging/log.h" | ||
| 9 | 8 | ||
| 10 | bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const { | 9 | bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const { |
| 11 | auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; }; | 10 | auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; }; |