summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <br@blankpage.ch>2010-03-05 16:06:36 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-03-05 16:06:36 (GMT)
commite0534e6cb81894e1fb69ab5c1855aee09db31ead (patch)
tree86acc6b1c54268fdf1586843f8ad4b067067c4a7 /src/gui
parenta4a1cfe900ab06ff1f8dbe30d73476937a122582 (diff)
downloadQt-e0534e6cb81894e1fb69ab5c1855aee09db31ead.zip
Qt-e0534e6cb81894e1fb69ab5c1855aee09db31ead.tar.gz
Qt-e0534e6cb81894e1fb69ab5c1855aee09db31ead.tar.bz2
Fix build with Mesa 7.8's EGL implementatioon
Without this change, when Mesa 7.8 is used, qtextstream.h (included by qdebug.h) complains that it has to be included before any header that defines Status Merge-request: 483 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/egl/qeglproperties.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/egl/qeglproperties.cpp b/src/gui/egl/qeglproperties.cpp
index 236ec37..d0d5de7 100644
--- a/src/gui/egl/qeglproperties.cpp
+++ b/src/gui/egl/qeglproperties.cpp
@@ -39,13 +39,13 @@
**
****************************************************************************/
+#include <QtCore/qdebug.h>
+#include <QtCore/qstringlist.h>
+
#include "qeglproperties_p.h"
QT_BEGIN_NAMESPACE
-#include <QtCore/qdebug.h>
-#include <QtCore/qstringlist.h>
-
#include "qegl_p.h"