Skip to content

Commit

Permalink
remove irrelevant OpenGL includes
Browse files Browse the repository at this point in the history
  • Loading branch information
torarin committed Jul 25, 2013
1 parent 3964a17 commit aaca377
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions system.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,22 +253,6 @@
#define HAS_GLES 1
#endif


#ifdef HAS_GL
#if defined(TARGET_WINDOWS)
#include "GL/glew.h"
#include <GL/gl.h>
#include <GL/glu.h>
//#include <GL/wglext.h>
#elif defined(TARGET_DARWIN)
#include <GL/glew.h>
#include <OpenGL/gl.h>
#elif defined(TARGET_LINUX)
#include <GL/glew.h>
#include <GL/gl.h>
#endif
#endif

#if HAS_GLES == 2
#if defined(TARGET_DARWIN)
#include <OpenGLES/ES2/gl.h>
Expand Down

0 comments on commit aaca377

Please sign in to comment.