diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-05-13 16:51:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-14 10:13:39 -0700 |
commit | ea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb (patch) | |
tree | 794fbb5bfda8c60ce8b06d81c86fa7e8d6739a92 /core/subsurface-qt | |
parent | be64f6f3c0afd24fe81bbb7245eb352bab9c7d6a (diff) | |
download | subsurface-ea83b5ed371bbfb1e5ffb0b501c8bf652cae35bb.tar.gz |
Core: remove dive.h from files that don't need it
Of course, quite a few of them indirectly get it through other header
files.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r-- | core/subsurface-qt/DiveObjectHelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/subsurface-qt/DiveObjectHelper.h b/core/subsurface-qt/DiveObjectHelper.h index 4303650aa..51efc5595 100644 --- a/core/subsurface-qt/DiveObjectHelper.h +++ b/core/subsurface-qt/DiveObjectHelper.h @@ -2,7 +2,6 @@ #ifndef DIVE_QOBJECT_H #define DIVE_QOBJECT_H -#include "../dive.h" #include "CylinderObjectHelper.h" #include <QObject> #include <QString> |