Commit e4fa5567 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not include specific GL provider in generic OpenGL code

parent 97646e60
......@@ -53,11 +53,6 @@
# elif USE_OPENGL_ES == 1
# include <GLES/gl.h>
# else
# ifdef WIN32
# include <GL/glew.h>
# else
# include <GL/glx.h>
# endif
# include <GL/gl.h>
# endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment