From e2217187c31833569fd8bd21ee805975597a19d7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 12 Oct 2012 16:35:04 +0200 Subject: Fix warnings from syncqt. Stop processing in internal headers, use correct include syntax. Change-Id: I9dcf1f6f89907986b7b58658be514083f213a3e6 Reviewed-by: Thiago Macieira --- src/gui/opengl/qopengl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/opengl/qopengl.h') diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h index 291c23b85f..5928b0be2f 100644 --- a/src/gui/opengl/qopengl.h +++ b/src/gui/opengl/qopengl.h @@ -63,7 +63,7 @@ QT_BEGIN_HEADER */ typedef char GLchar; -# include "qopengles2ext.h" +# include # ifndef GL_DOUBLE # define GL_DOUBLE GL_FLOAT # endif @@ -96,7 +96,7 @@ typedef GLfloat GLdouble; # include # endif # include -# include "qopenglext.h" +# include # endif // Q_OS_MAC #endif -- cgit v1.2.3