diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-09-01 00:29:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-06 11:48:47 -0700 |
commit | 46e120f81a4631e8425839f7b47e1e9a8aaf2a2c (patch) | |
tree | 70dfae813ab1df10043f125963696777c366e974 /qt-models | |
parent | c5f355ee8bb44e7047e93583e4810ae574873e70 (diff) | |
download | subsurface-46e120f81a4631e8425839f7b47e1e9a8aaf2a2c.tar.gz |
Cleanup: remove includes from maplocationmodel.cpp
Neither "QDebug" nor "algorithm" were necessary.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models')
-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) : |