summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-02-03 13:18:23 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2020-02-03 14:46:27 +0100
commit62c30c42c9bb9af73734eafacf8cd2f51e027300 (patch)
tree56256419f992baf37e86a58086f82b0265c92e02
parent47a0974694f3e0abaca6899da88b4998d4660f2b (diff)
downloadqtlocation-62c30c42c9bb9af73734eafacf8cd2f51e027300.tar.gz
Remove the unused include of QLinkedList
Change-Id: Ibbf013f247254ac5fd01071b1e90da648532eec3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/maps/qcache3q_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/maps/qcache3q_p.h b/src/location/maps/qcache3q_p.h
index 148c1f8b..53692d3a 100644
--- a/src/location/maps/qcache3q_p.h
+++ b/src/location/maps/qcache3q_p.h
@@ -47,7 +47,6 @@
//
// We mean it.
-#include <QtCore/qlinkedlist.h>
#include <QtCore/qhash.h>
#include <QtCore/qcache.h>
#include <QtCore/qsharedpointer.h>