diff options
-rw-r--r-- | qt-models/maplocationmodel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-models/maplocationmodel.cpp b/qt-models/maplocationmodel.cpp index 1d1ae6c12..189244db6 100644 --- a/qt-models/maplocationmodel.cpp +++ b/qt-models/maplocationmodel.cpp @@ -7,9 +7,6 @@ #include "desktop-widgets/mapwidget.h" #endif -#include <QDebug> -#include <algorithm> - #define MIN_DISTANCE_BETWEEN_DIVE_SITES_M 50.0 MapLocation::MapLocation(struct dive_site *dsIn, QGeoCoordinate coordIn, QString nameIn, bool selectedIn) : |