summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmap.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-29 00:26:26 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-29 06:52:09 +0200
commit43dde53b5b0dfae14bf0bde97bf4709344131acd (patch)
treee09596ef1720c40bc7e7a576f64bbb4ae957b380 /src/location/maps/qgeotiledmap.cpp
parent46c9adfd30636a4b13f5b66bbe019e51033a5f0b (diff)
downloadqtlocation-43dde53b5b0dfae14bf0bde97bf4709344131acd.tar.gz
More include cleanup
Remove includes of private headers from other modules where possible. Get rid of some duplicate includes, and try to group includes by module, with private includes in a separate block for better visibility where we have dependencies to private APIs. Pick-to: 6.2 Change-Id: Ia6419bee2a2c50463dcc515f3f1590a749dfabc1 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/location/maps/qgeotiledmap.cpp')
-rw-r--r--src/location/maps/qgeotiledmap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/maps/qgeotiledmap.cpp b/src/location/maps/qgeotiledmap.cpp
index 2e2911b1..273d60a9 100644
--- a/src/location/maps/qgeotiledmap.cpp
+++ b/src/location/maps/qgeotiledmap.cpp
@@ -38,7 +38,6 @@
****************************************************************************/
#include "qgeotiledmap_p.h"
#include "qgeotiledmap_p_p.h"
-#include <QtPositioning/private/qwebmercator_p.h>
#include "qgeotiledmappingmanagerengine_p.h"
#include "qabstractgeotilecache_p.h"
#include "qgeotilespec_p.h"