Update of /cvsroot/plib/plib/src/pui
In directory usw-pr-cvs1:/tmp/cvs-serv6675
Modified Files:
pu.cxx
Log Message:
Do not include "iostream.h"
Index: pu.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/pui/pu.cxx,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- pu.cxx 27 Mar 2002 13:49:33 -0000 1.46
+++ pu.cxx 19 Apr 2002 20:35:40 -0000 1.47
@@ -31,10 +31,6 @@
# endif
#endif
-#ifdef PU_NOT_USING_GLUT
-#include <iostream.h>
-#endif
-
int puRefresh = TRUE ;
static int puWindowWidth = 400 ;
|