diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2010-06-07 17:08:46 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2010-06-07 17:08:46 (GMT) |
commit | fee316304b48bb3437e122c34b2127d6ccc4f469 (patch) | |
tree | 8484a674a9acb81d18c5a01ef9f2445c2a2a81b0 /src/corelib/global/qendian.h | |
parent | dfbd44c8ec75d3b0156547ef3fb5811a4548a0a5 (diff) | |
download | Qt-fee316304b48bb3437e122c34b2127d6ccc4f469.zip Qt-fee316304b48bb3437e122c34b2127d6ccc4f469.tar.gz Qt-fee316304b48bb3437e122c34b2127d6ccc4f469.tar.bz2 |
Revert accidental commit of irrelevant stuff. Silly mondays..
This reverts commit dfbd44c8ec75d3b0156547ef3fb5811a4548a0a5.
Diffstat (limited to 'src/corelib/global/qendian.h')
-rw-r--r-- | src/corelib/global/qendian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index 01550cf..353e8b9 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -43,7 +43,6 @@ #define QENDIAN_H #ifdef Q_OS_LINUX -# include <qglobal.h> QT_BEGIN_INCLUDE_NAMESPACE # include <features.h> QT_END_INCLUDE_NAMESPACE |