diff options
author | jan Iversen <jani@apache.org> | 2018-08-14 12:25:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-15 16:11:39 -0700 |
commit | f2c302284b92354461a34f11475f69b6272caaa3 (patch) | |
tree | 6a43d35e46a0eb10f084af34054851a40aa07c3f /core/settings/qPrefLocationService.cpp | |
parent | 9b8a6fa8552647c1c1e7b78000e93a1bbc508365 (diff) | |
download | subsurface-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/qPrefLocationService.cpp')
-rw-r--r-- | core/settings/qPrefLocationService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/settings/qPrefLocationService.cpp b/core/settings/qPrefLocationService.cpp index 84ebcc321..01f4ffb9a 100644 --- a/core/settings/qPrefLocationService.cpp +++ b/core/settings/qPrefLocationService.cpp @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 #include "qPrefLocationService.h" -#include "qPref.h" #include "qPrefPrivate.h" static const QString group = QStringLiteral("LocationService"); |