From 30596c94179e1772c60cb8ed4d08edd9ef27299d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 19 Jan 2011 22:55:51 -0800 Subject: [PATCH] SDL doesn't depend on GLU, and overwhelming feedback from the mailing list is that people don't want it included in SDL_opengl.h --- configure.in | 1 - include/SDL_opengl.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 96568cdc9..995c5f057 100644 --- a/configure.in +++ b/configure.in @@ -1573,7 +1573,6 @@ CheckOpenGLX11() AC_TRY_COMPILE([ #include #include - #include ],[ ],[ video_opengl=yes diff --git a/include/SDL_opengl.h b/include/SDL_opengl.h index b7589468b..8402e72c9 100644 --- a/include/SDL_opengl.h +++ b/include/SDL_opengl.h @@ -47,11 +47,9 @@ #endif #if defined(__MACOSX__) #include /* Header File For The OpenGL Library */ -#include /* Header File For The GLU Library */ #define __X_GL_H #else #include /* Header File For The OpenGL Library */ -#include /* Header File For The GLU Library */ #endif #ifndef NO_SDL_GLEXT #undef __glext_h_