diff options
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. */ |