--- ray/src/hd/rhd_ogl.c 1999/01/05 18:16:17 3.15 +++ ray/src/hd/rhd_ogl.c 1999/06/28 16:30:22 3.17 @@ -22,7 +22,6 @@ static char SCCSid[] = "$SunId$ SGI"; #include "standard.h" -#include #include #include #ifdef STEREO @@ -945,7 +944,7 @@ wipeclean() /* prepare for redraw */ viewflags &= ~VWCHANGE; /* change noted */ } else if (viewflags & VWSTEADY) odRedrawAll(); - setglpersp(&odev.v); /* reset view & clipping planes */ + setglpersp(); /* reset view & clipping planes */ }