ENH: opps

This commit is contained in:
Bill Hoffman 2007-06-01 23:06:14 -04:00
parent 7bdad54614
commit fa8f556a9d
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#include <float.h>
#define SAFEDIV(x,y) (((y)!=0)?((x)/(y)):(0))
#include <iostream> // remove me*****
#undef cerr
class cmCTestRunProcess
{