diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-12 02:52:53 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-12 02:52:53 (GMT) |
commit | f15026cff691d149ec62667a74e3af80d0393648 (patch) | |
tree | 2bf734a59cc10e487ddf026658f13b4c23c5e11e /Source/QtDialog | |
parent | 420725077cc9326d5b8c610f2770994a177eed15 (diff) | |
download | CMake-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.cxx | 1 |
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; |