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

@ -5,6 +5,7 @@
#include "core/settings/qPrefCloudStorage.h"
#include "desktop-widgets/mainwindow.h"
#include "commands/command.h"
#include "core/divesite.h"
#include "core/trip.h"
#include "core/errorhelper.h"
#include "core/file.h"