From c9535307df6f5960be32a637fbf95d5c0e1405dc Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 4 Jan 2022 14:30:57 +0100 Subject: QArrayDataOps: remove unused header The header only uses std::destroy(), which is in , not . Doesn't change anything, because is still transitively included via qcontainertools_impl.h. Change-Id: Ib6a94ea56d5819f916c80a2e307c99b328f3d61d Reviewed-by: Fabian Kosmale (cherry picked from commit 91e210137c626fa89f86d979fa0a866531369a37) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/tools/qarraydataops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qarraydataops.h b/src/corelib/tools/qarraydataops.h index 9570ab28b8..68a536004f 100644 --- a/src/corelib/tools/qarraydataops.h +++ b/src/corelib/tools/qarraydataops.h @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3