diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index fe3403fc60..3a9d40a068 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -39,7 +39,6 @@ #include -#ifndef __ASSEMBLER__ #if defined(__cplusplus) // We need to keep QTypeInfo, QSysInfo, QFlags, qDebug & family in qglobal.h for compatibility with Qt 4. @@ -70,6 +69,5 @@ #include #endif /* __cplusplus */ -#endif /* !__ASSEMBLER__ */ #endif /* QGLOBAL_H */