From d577467f97e262d52ed2e1d1da94c14168480844 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 May 2018 08:25:41 -0700 Subject: Core: introduce new subsurface-string header First small step to shrinking dive.h. Signed-off-by: Dirk Hohndel --- core/subsurface-qt/DiveObjectHelper.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/subsurface-qt') diff --git a/core/subsurface-qt/DiveObjectHelper.cpp b/core/subsurface-qt/DiveObjectHelper.cpp index 084da4fd3..a1cfa4540 100644 --- a/core/subsurface-qt/DiveObjectHelper.cpp +++ b/core/subsurface-qt/DiveObjectHelper.cpp @@ -4,9 +4,10 @@ #include #include -#include "../qthelper.h" -#include "../helpers.h" -#include "../../qt-models/tankinfomodel.h" +#include "core/qthelper.h" +#include "core/helpers.h" +#include "core/subsurface-string.h" +#include "qt-models/tankinfomodel.h" static QString EMPTY_DIVE_STRING = QStringLiteral(""); enum returnPressureSelector {START_PRESSURE, END_PRESSURE}; -- cgit v1.2.3-70-g09d2