diff options
Diffstat (limited to 'qt-models/weightmodel.h')
-rw-r--r-- | qt-models/weightmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/weightmodel.h b/qt-models/weightmodel.h index 5ab67e592..d251dec68 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -2,7 +2,7 @@ #define WEIGHTMODEL_H #include "cleanertablemodel.h" -#include "dive.h" +#include "core/dive.h" /* Encapsulation of the Weight Model, that represents * the current weights on a dive. */ |