diff options
author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-07-27 21:56:03 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2022-07-28 09:42:52 +0200 |
commit | 4cc11a0e593d1415c4055c4cca1964478e178fcf (patch) | |
tree | 87d863b486d9b0675a2db7f568e3d5530466db8a /tests/auto/qgeotiledmapscene | |
parent | d861d509ec2b87bd5d85bffb21d2bb0c6a151ce7 (diff) | |
download | qtlocation-4cc11a0e593d1415c4055c4cca1964478e178fcf.tar.gz |
Clean up includes
Get rid of unnecessary includes in most public, and some private
headers. Forward declare what we have to, and include headers where
needed in the implementation and test files.
Pick-to: 6.2
Change-Id: I7924e865b9d4ad9f8c8670605b59d5530346106e
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qgeotiledmapscene')
-rw-r--r-- | tests/auto/qgeotiledmapscene/tst_qgeotiledmapscene.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgeotiledmapscene/tst_qgeotiledmapscene.cpp b/tests/auto/qgeotiledmapscene/tst_qgeotiledmapscene.cpp index 86c800ca..6f352998 100644 --- a/tests/auto/qgeotiledmapscene/tst_qgeotiledmapscene.cpp +++ b/tests/auto/qgeotiledmapscene/tst_qgeotiledmapscene.cpp @@ -34,6 +34,7 @@ #include <QtLocation/private/qgeocameradata_p.h> #include <QtLocation/private/qabstractgeotilecache_p.h> #include <QtLocation/private/qgeoprojection_p.h> +#include <QtPositioning/QGeoCoordinate> #include <QtPositioning/private/qwebmercator_p.h> #include <QtPositioning/private/qdoublevector2d_p.h> |