diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index dd137c879a..9d78b4e130 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -143,8 +143,6 @@ static_assert(!std::is_convertible_v, #ifdef __cplusplus -#include - #if !defined(QT_NAMESPACE) || defined(Q_MOC_RUN) /* user namespace */ # define QT_PREPEND_NAMESPACE(name) ::name