diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-05-01 13:51:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-01 09:42:31 -0700 |
commit | 50b195142b07e58a1c0e3bfe5c725bf5e3dd4020 (patch) | |
tree | 3db4689f08406eb4ab2f4960413fe4581586a0c8 /desktop-widgets/locationinformation.h | |
parent | 46cdf24e1111a0f1e3c393c8b5fe0707df38765b (diff) | |
download | subsurface-50b195142b07e58a1c0e3bfe5c725bf5e3dd4020.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index bed267dc2..54d1a2b23 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -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: |