aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compilerscanfunctions.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-06 17:57:22 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-06-06 17:57:22 +0200
commit8de93acc2b3a0abafaad3aec0c95f22d36bc2f62 (patch)
tree321fb494e74beff8ff31df7e92f60fef6ba5b6c1 /src/qml/compiler/qv4compilerscanfunctions.cpp
parent33476a8cee84c1ee772350844228331dbfb005c3 (diff)
Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedList
They were all unused. Change-Id: I2b147b5a479f278c0607ef432faf1cb9e8e06236 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compilerscanfunctions.cpp')
-rw-r--r--src/qml/compiler/qv4compilerscanfunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4compilerscanfunctions.cpp b/src/qml/compiler/qv4compilerscanfunctions.cpp
index ef67a11a70..f6c79ae42b 100644
--- a/src/qml/compiler/qv4compilerscanfunctions.cpp
+++ b/src/qml/compiler/qv4compilerscanfunctions.cpp
@@ -44,7 +44,6 @@
#include <QtCore/QSet>
#include <QtCore/QBuffer>
#include <QtCore/QBitArray>
-#include <QtCore/QLinkedList>
#include <QtCore/QStack>
#include <private/qqmljsast_p.h>
#include <private/qv4compilercontext_p.h>