Procházet zdrojové kódy

Remove unused import in break_points.cpp (#2763)

Kloen Lansfiel před 9 roky
rodič
revize
9a8a90b52b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/common/break_points.cpp

+ 0 - 1
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; };