From 6b363556b8e35dff17a635c3f0898372b732aafb Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 9 Oct 2023 10:12:53 -0700 Subject: [PATCH] QByteArray: Remove unnecessary header We don't use va_list and don't have variadic functions in this file. [ChangeLog][Potentially Source-Incompatible Changes] The header qbytearray.h no longer includes the header stdarg.h. Change-Id: I8f3ce163ccc5408cac39fffd178c7fb49d12b739 Reviewed-by: Marc Mutz --- src/corelib/text/qbytearray.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/text/qbytearray.h b/src/corelib/text/qbytearray.h index 2ee7dadcce..36abd53618 100644 --- a/src/corelib/text/qbytearray.h +++ b/src/corelib/text/qbytearray.h @@ -15,7 +15,6 @@ #include #include -#include #include #include