diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 18:53:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 18:53:08 (GMT) |
commit | 61acb47f5458c1b3e3c909e31867240a8219efaf (patch) | |
tree | 8af16876bed939c630148d82e2ce229c8c66bc38 /Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | |
parent | aec9f9eaa9d1107d3762d1251bf10592afdb26cb (diff) | |
download | CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.zip CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.tar.gz CMake-61acb47f5458c1b3e3c909e31867240a8219efaf.tar.bz2 |
BUG: fix for sgi compiler
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUIImplementation.cxx')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index 7f1a20f..7754ba4 100644 --- a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx +++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx @@ -3,7 +3,6 @@ #include "FL/fl_file_chooser.H" #include "FL/filename.H" #include "FL/fl_ask.H" -#include "cstring" #include "../cmCacheManager.h" #include "../cmMakefile.h" #include <iostream> |