Evas: gl_common remove gl3.h and gl3ext.h includes

This commit is contained in:
Nicolas Aguirre 2016-05-15 17:38:25 +02:00 committed by Jean-Philippe ANDRE
parent 436a9db6a6
commit 21da8f1475
1 changed files with 0 additions and 2 deletions

View 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>