[Plib-cvs] plib/src/ssg ssg.h,1.144,1.145
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv15881/ssg Modified Files: ssg.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: ssg.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- ssg.h 30 Aug 2002 18:21:12 -0000 1.144 +++ ssg.h 31 Aug 2002 00:06:14 -0000 1.145 @@ -27,10 +27,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "ul.h" |