summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_opengl_lib/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_opengl_lib/main.cpp')
-rw-r--r--tests/auto/cmake/test_opengl_lib/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/cmake/test_opengl_lib/main.cpp b/tests/auto/cmake/test_opengl_lib/main.cpp
index 450b759bc8..1e874ed4fc 100644
--- a/tests/auto/cmake/test_opengl_lib/main.cpp
+++ b/tests/auto/cmake/test_opengl_lib/main.cpp
@@ -40,9 +40,7 @@
****************************************************************************/
-#if GL_IMPLEMENTATION_GLES1
-#include <GLES/gl.h>
-#elif GL_IMPLEMENTATION_GLES2
+#if GL_IMPLEMENTATION_GLES2
#include <GLES2/gl2.h>
#elif GL_IMPLEMENTATION_GL