summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-12 02:52:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-12 02:52:53 (GMT)
commitf15026cff691d149ec62667a74e3af80d0393648 (patch)
tree2bf734a59cc10e487ddf026658f13b4c23c5e11e /Source/QtDialog
parent420725077cc9326d5b8c610f2770994a177eed15 (diff)
downloadCMake-f15026cff691d149ec62667a74e3af80d0393648.zip
CMake-f15026cff691d149ec62667a74e3af80d0393648.tar.gz
CMake-f15026cff691d149ec62667a74e3af80d0393648.tar.bz2
ENH: remove iostream, not used
Diffstat (limited to 'Source/QtDialog')
-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 81a1e5a..67eda11 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;