From 1227af26358a0d446d745bb060ccb31160122cf8 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 8 Jun 2022 06:59:28 +0000 Subject: [PATCH] Revert "qglobal.h: include in C mode" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 69e8a89358caaac82453b1bff560ca7a2c5a2ef5. Reason for revert: the header is not present in all MSVC installations. Change-Id: Ib809e59291ef30b9cbf6b4d61e27ea162e5d40b4 Reviewed-by: Alexandru Croitor Reviewed-by: Jörg Bornemann --- src/corelib/global/qglobal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 3d82b73b52..4b85b4af7d 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -13,7 +13,6 @@ #endif #ifndef __ASSEMBLER__ # include -# include # include # include #endif