diff options
| author | 2017-06-09 06:16:46 +0200 | |
|---|---|---|
| committer | 2017-06-08 21:16:46 -0700 | |
| commit | 9a8a90b52b4a7254ad73afbd23605516c50c5417 (patch) | |
| tree | 399c68032a7827850a197aae7c479e7cb202414a | |
| parent | Merge pull request #2756 from yuriks/service-framework (diff) | |
| download | yuzu-9a8a90b52b4a7254ad73afbd23605516c50c5417.tar.gz yuzu-9a8a90b52b4a7254ad73afbd23605516c50c5417.tar.xz yuzu-9a8a90b52b4a7254ad73afbd23605516c50c5417.zip | |
Remove unused import in break_points.cpp (#2763)
| -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; }; |