[Plib-cvs] plib/src/ssgAux ssgAux.h,1.15,1.16
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-08-31 08:02:10
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv27766 Modified Files: ssgAux.h Log Message: Change from Norman Vine: Include changes Index: ssgAux.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- ssgAux.h 31 Aug 2002 00:06:14 -0000 1.15 +++ ssgAux.h 31 Aug 2002 08:00:41 -0000 1.16 @@ -25,13 +25,6 @@ #ifndef _SSGAUX_H_ #define _SSGAUX_H_ 1 -#ifdef __APPLE__ -# include <OpenGL/gl.h> -#else -# include <GL/gl.h> -#endif - -#include "sg.h" #include "ssg.h" #include "ssgaShapes.h" #include "ssgaParticleSystem.h" |