From 2d24a4c9a9c9fc361f94db37dcd99eb19d02f758 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 7 Sep 2021 21:35:33 +0300 Subject: [PATCH] remove redundant stdarg header inclusions [ci reset] Signed-off-by: Ivailo Monev --- src/core/tools/qbytearray.h | 1 - src/core/tools/qstring.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/core/tools/qbytearray.h b/src/core/tools/qbytearray.h index 4746ea0a2..fcac5b58f 100644 --- a/src/core/tools/qbytearray.h +++ b/src/core/tools/qbytearray.h @@ -26,7 +26,6 @@ #include #include -#include #include QT_BEGIN_NAMESPACE diff --git a/src/core/tools/qstring.cpp b/src/core/tools/qstring.cpp index 16679804e..6d2729049 100644 --- a/src/core/tools/qstring.cpp +++ b/src/core/tools/qstring.cpp @@ -44,7 +44,6 @@ #include #include #include -#include #include #include