Skip to content

Commit 7533f44

Browse files
bstoegerdirkhh
authored andcommitted
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 <[email protected]>
1 parent 34ebaf6 commit 7533f44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qt-models/cylindermodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <QSortFilterProxyModel>
66

77
#include "cleanertablemodel.h"
8-
#include "core/dive.h"
8+
#include "core/equipment.h"
99

1010
/* Encapsulation of the Cylinder Model, that presents the
1111
* Current cylinders that are used on a dive. */

qt-models/weightmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define WEIGHTMODEL_H
44

55
#include "cleanertablemodel.h"
6-
#include "core/dive.h"
6+
#include "core/equipment.h"
77

88
/* Encapsulation of the Weight Model, that represents
99
* the current weights on a dive. */

0 commit comments

Comments
 (0)