mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Cleanup: remove includes from qt-models/models.h
qt-models/models.h included dive.h and divelist.h. Remove these unnecessary includes, to reduce interdependencies. A drop in the bucket, for sure. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
b720f36978
commit
16214e753a
2 changed files with 1 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <QMessageBox>
|
||||
|
||||
#include "qt-models/models.h"
|
||||
#include "core/dive.h" // TODO: replace by deco.h
|
||||
|
||||
PreferencesGraph::PreferencesGraph() : AbstractPreferencesWidget(tr("Profile"), QIcon(":graph-icon"), 5)
|
||||
{
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
#include "core/metrics.h"
|
||||
|
||||
#include "core/dive.h"
|
||||
#include "core/divelist.h"
|
||||
#include "core/divecomputer.h"
|
||||
#include "cleanertablemodel.h"
|
||||
#include "treemodel.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue