diff options
Diffstat (limited to 'src/corelib/global/qendian.h')
-rw-r--r-- | src/corelib/global/qendian.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index 01550cf..d53504a 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -42,19 +42,16 @@ #ifndef QENDIAN_H #define QENDIAN_H +#include <QtCore/qglobal.h> + #ifdef Q_OS_LINUX -# include <qglobal.h> -QT_BEGIN_INCLUDE_NAMESPACE # include <features.h> -QT_END_INCLUDE_NAMESPACE #endif #ifdef __GLIBC__ #include <byteswap.h> #endif -#include <QtCore/qglobal.h> - QT_BEGIN_HEADER QT_BEGIN_NAMESPACE |