summaryrefslogtreecommitdiffstats
path: root/qt-models/diveimportedmodel.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-07-15 23:44:39 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-07-18 05:42:55 -0700
commit8f119dcf72db445530b39e0722c3afad7c130efb (patch)
treef0e410011a4f476b4115929dd7062646a46ccc0b /qt-models/diveimportedmodel.cpp
parent0136d76cf4fd5c62f4224d2d721fce2b78097104 (diff)
downloadsubsurface-8f119dcf72db445530b39e0722c3afad7c130efb.tar.gz
Cleanup: remove includes from qthelper.h
To reduce interdependencies, remove the dive.h and divelist.h includes in qthelper.h Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/diveimportedmodel.cpp')
-rw-r--r--qt-models/diveimportedmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveimportedmodel.cpp b/qt-models/diveimportedmodel.cpp
index 5de0f7cb4..c5180dda8 100644
--- a/qt-models/diveimportedmodel.cpp
+++ b/qt-models/diveimportedmodel.cpp
@@ -1,5 +1,6 @@
#include "diveimportedmodel.h"
#include "core/qthelper.h"
+#include "core/divelist.h"
DiveImportedModel::DiveImportedModel(QObject *o) : QAbstractTableModel(o),
firstIndex(0),