cleanup: replace to "dive.h" includes by more specific includes

The weightsystem- and cylinder-model headers were including "dive.h".
Inclusion of "equipment.h" is sufficient though.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-15 16:01:32 +02:00 committed by Dirk Hohndel
parent 34ebaf6599
commit 7533f4490b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#include <QSortFilterProxyModel>
#include "cleanertablemodel.h"
#include "core/dive.h"
#include "core/equipment.h"
/* Encapsulation of the Cylinder Model, that presents the
* Current cylinders that are used on a dive. */

View file

@ -3,7 +3,7 @@
#define WEIGHTMODEL_H
#include "cleanertablemodel.h"
#include "core/dive.h"
#include "core/equipment.h"
/* Encapsulation of the Weight Model, that represents
* the current weights on a dive. */