diff include/SDL_opengl.h @ 1430:df0bcc9c7c95

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Feb 2006 18:52:36 +0000
parents 7a610f25c12f
children e79e4c5e531b
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 */