summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefDivePlanner.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-08-14 12:25:15 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-15 16:11:39 -0700
commitf2c302284b92354461a34f11475f69b6272caaa3 (patch)
tree6a43d35e46a0eb10f084af34054851a40aa07c3f /core/settings/qPrefDivePlanner.cpp
parent9b8a6fa8552647c1c1e7b78000e93a1bbc508365 (diff)
downloadsubsurface-f2c302284b92354461a34f11475f69b6272caaa3.tar.gz
core: qPref limit header includes
replace qPref.h with qPrefFoo.h to limit header includes Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings/qPrefDivePlanner.cpp')
-rw-r--r--core/settings/qPrefDivePlanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/qPrefDivePlanner.cpp b/core/settings/qPrefDivePlanner.cpp
index abeb4f402..c3c98e3fc 100644
--- a/core/settings/qPrefDivePlanner.cpp
+++ b/core/settings/qPrefDivePlanner.cpp
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include "core/subsurface-string.h"
+#include "qPrefDivePlanner.h"
#include "qPrefPrivate.h"
-#include "qPref.h"
#include <QSettings>