summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap_p_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2016-11-18 15:13:41 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2016-11-19 11:29:42 +0000
commit9b76e151b897698e285e4e39158b5934dc498bd1 (patch)
treeef19be908927a9f9d02925360b7424bc53689072 /src/location/maps/qgeomap_p_p.h
parentc83bcab54c361feec74a4a74822c6747e3262067 (diff)
downloadqtlocation-9b76e151b897698e285e4e39158b5934dc498bd1.tar.gz
Fix includes in qgeomap_p_p
This patch fixes includes which would fail if imported in a plugin Change-Id: I989ac19abe8b686aae1c3b7353ea01d3ed2b9e17 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qgeomap_p_p.h')
-rw-r--r--src/location/maps/qgeomap_p_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeomap_p_p.h b/src/location/maps/qgeomap_p_p.h
index f0274a64..311a3eb1 100644
--- a/src/location/maps/qgeomap_p_p.h
+++ b/src/location/maps/qgeomap_p_p.h
@@ -47,9 +47,9 @@
// We mean it.
//
-#include "qlocationglobal_p.h"
-#include "qgeocameradata_p.h"
-#include "qgeomaptype_p.h"
+#include <QtLocation/private/qlocationglobal_p.h>
+#include <QtLocation/private/qgeocameradata_p.h>
+#include <QtLocation/private/qgeomaptype_p.h>
#include <QtCore/private/qobject_p.h>
#include <QtCore/QSize>