diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h index dae050f9cc..d4e8f8b050 100644 --- a/src/corelib/global/qlibraryinfo.h +++ b/src/corelib/global/qlibraryinfo.h @@ -4,18 +4,12 @@ #ifndef QLIBRARYINFO_H #define QLIBRARYINFO_H -#if defined(__cplusplus) #include #include #include -#else -#include -#endif QT_BEGIN_NAMESPACE -#if defined(__cplusplus) - class Q_CORE_EXPORT QLibraryInfo { public: @@ -67,8 +61,6 @@ Q_CORE_EXPORT Q_DECL_CONST_FUNCTION bool qSharedBuild() noexcept; #endif -#endif // __cplusplus - QT_END_NAMESPACE #endif // QLIBRARYINFO_H