summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-08-12 18:14:14 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-08-22 10:13:40 -0700
commit0d045f8c1470e011e0beff0ff0b0ec85975272e6 (patch)
tree20c091289fe3bb1e090984fceb34f480ebc7fc2f /core/subsurface-qt
parenta0912b38bd7b8f36c9c106a890820e24e70324ff (diff)
downloadsubsurface-0d045f8c1470e011e0beff0ff0b0ec85975272e6.tar.gz
Cleanup: don't include dive.h in CylinderObjectHelper.hpp
This only needs the declaration of cylinder_t, which is found in equipment.h Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r--core/subsurface-qt/CylinderObjectHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurface-qt/CylinderObjectHelper.h b/core/subsurface-qt/CylinderObjectHelper.h
index eb0e22b0c..8453bac01 100644
--- a/core/subsurface-qt/CylinderObjectHelper.h
+++ b/core/subsurface-qt/CylinderObjectHelper.h
@@ -2,7 +2,7 @@
#ifndef CYLINDER_QOBJECT_H
#define CYLINDER_QOBJECT_H
-#include "../dive.h"
+#include "../equipment.h"
#include <QObject>
#include <QString>