diff options
author | Semih Yavuz <[email protected]> | 2022-09-12 23:11:29 +0200 |
---|---|---|
committer | Semih Yavuz <[email protected]> | 2022-09-14 19:43:52 +0000 |
commit | 4ad35430dcb0db6571a2ac94bf2640686c9fedf8 (patch) | |
tree | 85a43ece582db1c1f1c99d4ad9e10dd8d4809ad4 /src/qml/jsruntime/qv4dataview.cpp | |
parent | a0b5d0518d50a73ad02b43a8a770a4b6435a5db2 (diff) |
QtQml: Remove unused includes in qml, first part
Drop unnecessary includes detected by clangd-iwyu.
Add new includes due to the transitive includes. Also, some of the
includes were detected as unused even if they were actually in use.
In those cases, use angular brackets instead of "" which deceives
the tool not to complain.
Affected subfolders: Debugger, Compiler, JsApi, JsRuntime, Memory,
Parser
Task-number: QTBUG-106473
Change-Id: I01d996a2a2ba31cbbc5f60f5454c8f850298f528
Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4dataview.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4dataview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4dataview.cpp b/src/qml/jsruntime/qv4dataview.cpp index 607ec02b99..f4ca09a127 100644 --- a/src/qml/jsruntime/qv4dataview.cpp +++ b/src/qml/jsruntime/qv4dataview.cpp @@ -3,7 +3,6 @@ #include "qv4dataview_p.h" #include "qv4arraybuffer_p.h" -#include "qv4string_p.h" #include "qv4symbol_p.h" #include <QtCore/private/qnumeric_p.h> |