mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue