From 4ad35430dcb0db6571a2ac94bf2640686c9fedf8 Mon Sep 17 00:00:00 2001 From: Semih Yavuz Date: Mon, 12 Sep 2022 23:11:29 +0200 Subject: 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 --- src/qml/jsruntime/qv4dateobject.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qml/jsruntime/qv4dateobject.cpp') diff --git a/src/qml/jsruntime/qv4dateobject.cpp b/src/qml/jsruntime/qv4dateobject.cpp index 769b8c161a..6f00ae7b6e 100644 --- a/src/qml/jsruntime/qv4dateobject.cpp +++ b/src/qml/jsruntime/qv4dateobject.cpp @@ -2,11 +2,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #include "qv4dateobject_p.h" -#include "qv4objectproto_p.h" -#include "qv4scopedvalue_p.h" #include "qv4runtime_p.h" -#include "qv4string_p.h" -#include "qv4jscall_p.h" #include "qv4symbol_p.h" #include -- cgit v1.2.3