mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
a0912b38bd
commit
0d045f8c14
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#ifndef CYLINDER_QOBJECT_H
|
||||
#define CYLINDER_QOBJECT_H
|
||||
|
||||
#include "../dive.h"
|
||||
#include "../equipment.h"
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
|
|
Loading…
Reference in a new issue