cleanup: remove includes from desktop-widgets/locationinformation.h

Notably, there was a circular include

locationinformation.h <-> importgps.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-01 13:51:29 +02:00 committed by Dirk Hohndel
parent 46cdf24e11
commit 50b195142b
3 changed files with 4 additions and 2 deletions

View file

@ -3,15 +3,15 @@
#define LOCATIONINFORMATION_H
#include "core/units.h"
#include "core/divesite.h"
#include "ui_locationinformation.h"
#include "modeldelegates.h"
#include "qt-models/divelocationmodel.h"
#include "desktop-widgets/importgps.h"
#include <stdint.h>
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
class dive_site;
class LocationInformationWidget : public QGroupBox {
Q_OBJECT
public: