From 7338e481a903fff220cff0852e019c814637d39f Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 28 Oct 2024 09:13:25 +0100 Subject: [PATCH] QMessageAuthenticationCode: remove unused qvarlengtharray.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends 1fb0dca140c1dbf3e66b322af837b7bf650f2e77, which removed the last QVLA use from the TU. Pick-to: 6.5 Change-Id: Ia1848c1e4bb1336706aadb72b864d788aed8f2fe Reviewed-by: Ivan Solovev Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 2c7910cada7668ab55ad0edac82cf9c215ff4adb) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/tools/qcryptographichash.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 59201941f9a..2899f7741b2 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #include #include