summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-27 21:56:03 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-28 09:42:52 +0200
commit4cc11a0e593d1415c4055c4cca1964478e178fcf (patch)
tree87d863b486d9b0675a2db7f568e3d5530466db8a /src/location/places/qplacedetailsreply.h
parentd861d509ec2b87bd5d85bffb21d2bb0c6a151ce7 (diff)
downloadqtlocation-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 'src/location/places/qplacedetailsreply.h')
-rw-r--r--src/location/places/qplacedetailsreply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h
index 7d3d103e..1b31f573 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -41,10 +41,10 @@
#define QPLACEDETAILSREPLY_H
#include <QtLocation/QPlaceReply>
-#include <QtLocation/QPlace>
QT_BEGIN_NAMESPACE
+class QPlace;
class QPlaceDetailsReplyPrivate;
class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply
{