No GLES2 extensions are used. Drop header include.

This commit is contained in:
Themaister 2012-09-16 01:29:45 +02:00
parent 6d2c0cdb17
commit b2316efe05
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@
#include <GL3/gl3ext.h>
#elif defined(HAVE_OPENGLES2)
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#elif defined(HAVE_OPENGLES1)
#include <GLES/gl.h>
#include <GLES/glext.h>

View File

@ -39,7 +39,6 @@
#include <GL3/gl3ext.h>
#elif defined(HAVE_OPENGLES2)
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#elif defined(HAVE_OPENGLES1)
#include <GLES/gl.h>
#include <GLES/glext.h>