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