summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-11 22:52:53 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-11 22:52:53 -0400
commitf15026cff691d149ec62667a74e3af80d0393648 (patch)
tree2bf734a59cc10e487ddf026658f13b4c23c5e11e
parent420725077cc9326d5b8c610f2770994a177eed15 (diff)
downloadcmake-f15026cff691d149ec62667a74e3af80d0393648.tar.gz
ENH: remove iostream, not used
-rw-r--r--Source/QtDialog/CMakeSetupDialog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index 81a1e5a5df..67eda1168c 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -308,7 +308,6 @@ void CMakeSetupDialog::finishGenerate(int err)
}
}
-#include <iostream>
void CMakeSetupDialog::doSuppressDev()
{
this->SuppressDevWarnings = !this->SuppressDevWarnings;