Revert "qglobal.h: include <stdalign.h> in C mode"

This reverts commit 69e8a89358.

Reason for revert: the header is not present in all MSVC installations.

Change-Id: Ib809e59291ef30b9cbf6b4d61e27ea162e5d40b4
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
bb10
Thiago Macieira 2022-06-08 06:59:28 +00:00
parent 04cc705947
commit 1227af2635
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#endif
#ifndef __ASSEMBLER__
# include <assert.h>
# include <stdalign.h>
# include <stdbool.h>
# include <stddef.h>
#endif