diff options
| author | Kloen Lansfiel <kloen@outlawkiwi.com> | 2017-06-09 06:16:46 +0200 | 
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-06-08 21:16:46 -0700 | 
| commit | 9a8a90b52b4a7254ad73afbd23605516c50c5417 (patch) | |
| tree | 399c68032a7827850a197aae7c479e7cb202414a | |
| parent | 78398d097879bc04fa55b32b166ee49a35ceaec4 (diff) | |
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 @@  #include <algorithm>  #include <sstream>  #include "common/break_points.h" -#include "common/logging/log.h"  bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {      auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };  | 
