QByteArray: Remove unnecessary <stdarg.h> 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 <marc.mutz@qt.io>
bb10
Thiago Macieira 2023-10-09 10:12:53 -07:00 committed by Marc Mutz
parent 888be431da
commit 6b363556b8
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <string>
#include <iterator>