mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
46cdf24e11
commit
50b195142b
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue