Mercurial > sdl-ios-xcode
changeset 1430:df0bcc9c7c95
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 18:52:36 +0000 |
parents | aff0170f9f1b |
children | 8a1c27aacfe3 |
files | include/SDL_opengl.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_opengl.h Sat Feb 25 15:01:44 2006 +0000 +++ b/include/SDL_opengl.h Sat Feb 25 18:52:36 2006 +0000 @@ -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 */