Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 25, 2006
1 parent bab9b2c commit cb951e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/SDL_opengl.h
Expand Up @@ -37,9 +37,6 @@
#if defined(__MACOSX__)
#include <OpenGL/gl.h> /* Header File For The OpenGL Library */
#include <OpenGL/glu.h> /* Header File For The GLU Library */
#elif defined(__MACOS__)
#include <gl.h> /* Header File For The OpenGL Library */
#include <glu.h> /* Header File For The GLU Library */
#else
#include <GL/gl.h> /* Header File For The OpenGL Library */
#include <GL/glu.h> /* Header File For The GLU Library */
Expand Down

0 comments on commit cb951e7

Please sign in to comment.