ENH: remove iostream, not used

This commit is contained in:
Bill Hoffman 2008-03-11 22:52:53 -04:00
parent 420725077c
commit f15026cff6

View File

@ -308,7 +308,6 @@ void CMakeSetupDialog::finishGenerate(int err)
} }
} }
#include <iostream>
void CMakeSetupDialog::doSuppressDev() void CMakeSetupDialog::doSuppressDev()
{ {
this->SuppressDevWarnings = !this->SuppressDevWarnings; this->SuppressDevWarnings = !this->SuppressDevWarnings;