Evas: gl_common remove gl3.h and gl3ext.h includes
authorNicolas Aguirre <aguirre.nicolas@gmail.com>
Sun, 15 May 2016 15:38:25 +0000 (17:38 +0200)
committerJean-Philippe ANDRE <jpeg@videolan.org>
Sun, 15 May 2016 15:58:52 +0000 (00:58 +0900)
src/modules/evas/engines/gl_common/evas_gl_common.h

index 48aa56c..fb383ac 100644 (file)
@@ -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>