Cleanup: remove includes from maplocationmodel.cpp

Neither "QDebug" nor "algorithm" were necessary.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-09-01 00:29:53 +02:00 committed by Dirk Hohndel
parent c5f355ee8b
commit 46e120f81a

View file

@ -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) :