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
parent
888be431da
commit
6b363556b8
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <string>
|
||||
#include <iterator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue