From 7533f4490b278af2ad99a20a34aa09d8d59858f1 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 15 May 2020 16:01:32 +0200 Subject: 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 --- qt-models/cylindermodel.h | 2 +- qt-models/weightmodel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-models') diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index 099a3beb2..b8ed7e0eb 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -5,7 +5,7 @@ #include #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. */ diff --git a/qt-models/weightmodel.h b/qt-models/weightmodel.h index b1df4fc8e..6d0b4e0ac 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -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. */ -- cgit v1.2.3-70-g09d2