summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Aguirre <aguirre.nicolas@gmail.com>2016-05-15 17:38:25 +0200
committerJean-Philippe ANDRE <jpeg@videolan.org>2016-05-16 00:58:52 +0900
commit21da8f1475a4ba7e79f58f5ae4b2a205c03ad27d (patch)
treea3bbae109ee8c71b9ddfa9682a64afb6e6153153
parent436a9db6a64c1d5b40aa16ade473ff554eb8202f (diff)
downloadefl-21da8f1475a4ba7e79f58f5ae4b2a205c03ad27d.tar.gz
Evas: gl_common remove gl3.h and gl3ext.h includes
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/evas/engines/gl_common/evas_gl_common.h b/src/modules/evas/engines/gl_common/evas_gl_common.h
index 48aa56c21f..fb383acea9 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_common.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_common.h
@@ -34,8 +34,6 @@
# ifdef GL_GLES
# include <GLES2/gl2.h>
# include <GLES2/gl2ext.h>
-# include <GLES3/gl3.h>
-# include <GLES3/gl3ext.h>
# else
# include <GL/gl.h>
# include <GL/glext.h>