This commit is contained in:
Themaister 2011-12-07 01:13:06 +01:00
parent 909b25c7ac
commit 33a325a730

View File

@ -25,11 +25,10 @@
#include "../config.h"
#endif
#ifdef __APPLE__
#if defined(__APPLE__)
#include <OpenGL/gl.h>
#include <OpenGL/glext.h>
#else
#ifdef __CELLOS_LV2__
#elif defined(__CELLOS_LV2__)
#include <PSGL/psgl.h>
#include <PSGL/psglu.h>
#include <GLES/glext.h>
@ -38,7 +37,6 @@
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#endif
static inline bool gl_check_error(void)
{