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:
Berthold Stoeger 2019-08-12 18:14:14 +02:00 committed by Dirk Hohndel
parent a0912b38bd
commit 0d045f8c14

View file

@ -2,7 +2,7 @@
#ifndef CYLINDER_QOBJECT_H
#define CYLINDER_QOBJECT_H
#include "../dive.h"
#include "../equipment.h"
#include <QObject>
#include <QString>