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.cpp | |
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.cpp')
-rw-r--r-- | desktop-widgets/locationinformation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/locationinformation.cpp b/desktop-widgets/locationinformation.cpp index 06b89e9d1..b8a642557 100644 --- a/desktop-widgets/locationinformation.cpp +++ b/desktop-widgets/locationinformation.cpp @@ -8,6 +8,7 @@ #include "desktop-widgets/mapwidget.h" #include "core/color.h" #include "core/divefilter.h" +#include "core/divesite.h" #include "core/divesitehelpers.h" #include "desktop-widgets/modeldelegates.h" #include "core/subsurface-qt/divelistnotifier.h" |