Skip to content

Commit

Permalink
finderrors.c shouldn't include OpenGL headers now.
Browse files Browse the repository at this point in the history
It uses the GL glue layer instead.

--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 29, 2008
1 parent 6206c3c commit 4728987
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions finderrors.c
Expand Up @@ -21,11 +21,7 @@
#define FINDERRORS_COMPILE_SHADERS 1

#if FINDERRORS_COMPILE_SHADERS
#define GL_GLEXT_PROTOTYPES 1
#define GL_GLEXT_LEGACY 1
#include "SDL.h"
#include "gl.h"
#include "glext.h"
#endif

#define report printf
Expand Down

0 comments on commit 4728987

Please sign in to comment.