[Plib-cvs] plib/src/util ul.h,1.46,1.47
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-30 18:21:15
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv6431/src/util Modified Files: ul.h Log Message: Don't include OpenGL header files from ul.h any longer Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- ul.h 7 Jul 2002 18:28:19 -0000 1.46 +++ ul.h 30 Aug 2002 18:21:12 -0000 1.47 @@ -87,14 +87,6 @@ // or mail me (w_...@rz...) #include <float.h> -#ifdef __APPLE__ -# include <OpenGL/gl.h> -# include <OpenGL/glu.h> -#else -# include <GL/gl.h> -# include <GL/glu.h> -#endif - /* SGI machines seem to suffer from a lack of FLT_EPSILON so... */ #ifndef FLT_EPSILON |