Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv27971
Modified Files:
ssg.h
Log Message:
Change from Norman Vine: Include changes
Index: ssg.h
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- ssg.h 31 Aug 2002 00:06:14 -0000 1.145
+++ ssg.h 31 Aug 2002 08:01:39 -0000 1.146
@@ -25,14 +25,14 @@
#ifndef _INCLUDED_SSG_H_
#define _INCLUDED_SSG_H_
+#include "sg.h"
+
#ifdef __APPLE__
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>
#endif
-#include "ul.h"
-#include "sg.h"
#include "ssgconf.h"
#ifndef _SSG_PUBLIC
|