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:
parent
34ebaf6599
commit
7533f4490b
@ -5,7 +5,7 @@
|
|||||||
#include <QSortFilterProxyModel>
|
#include <QSortFilterProxyModel>
|
||||||
|
|
||||||
#include "cleanertablemodel.h"
|
#include "cleanertablemodel.h"
|
||||||
#include "core/dive.h"
|
#include "core/equipment.h"
|
||||||
|
|
||||||
/* Encapsulation of the Cylinder Model, that presents the
|
/* Encapsulation of the Cylinder Model, that presents the
|
||||||
* Current cylinders that are used on a dive. */
|
* Current cylinders that are used on a dive. */
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
#define WEIGHTMODEL_H
|
#define WEIGHTMODEL_H
|
||||||
|
|
||||||
#include "cleanertablemodel.h"
|
#include "cleanertablemodel.h"
|
||||||
#include "core/dive.h"
|
#include "core/equipment.h"
|
||||||
|
|
||||||
/* Encapsulation of the Weight Model, that represents
|
/* Encapsulation of the Weight Model, that represents
|
||||||
* the current weights on a dive. */
|
* the current weights on a dive. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user