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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models/cylindermodel.h') 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. */ -- cgit v1.2.3-70-g09d2