[Plib-cvs] plib/src/pui pu.cxx,1.46,1.47
Brought to you by:
sjbaker
From: <ud...@us...> - 2002-04-19 20:35:43
|
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 ; |