diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-18 23:25:54 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2020-03-19 00:25:13 +0100 |
commit | 70fef60b5c0daf0ad2ae01a8073a08533971df1a (patch) | |
tree | 2c978df1dcd920becf77c982653ca5a851085b85 /core/gpslocation.cpp | |
parent | 568a8d62542718ce78df317a3752d87513c13378 (diff) | |
download | subsurface-70fef60b5c0daf0ad2ae01a8073a08533971df1a.tar.gz |
cleanup: remove unnecessary include
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/gpslocation.cpp')
-rw-r--r-- | core/gpslocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp index e4a9b5185..0410882ea 100644 --- a/core/gpslocation.cpp +++ b/core/gpslocation.cpp @@ -4,7 +4,6 @@ #include "qt-models/gpslistmodel.h" #include "core/pref.h" #include "core/qthelper.h" -#include "core/divelist.h" // for mark_divelist_changed() #include "core/errorhelper.h" #include "core/settings/qPrefLocationService.h" #include <time.h> |