mirror of
https://github.com/libretro/RetroArch
synced 2025-02-10 12:40:03 +00:00
No GLES2 extensions are used. Drop header include.
This commit is contained in:
parent
6d2c0cdb17
commit
b2316efe05
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user