diff options
author | Brad King <brad.king@kitware.com> | 2015-07-07 18:33:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-08 13:00:00 (GMT) |
commit | cedd6e65d22870524eaee1394f023cf001d56aff (patch) | |
tree | 7f289daae75b7c76313209160257944ef493d33c /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 30faf20caf43c93f9211622124d6b91dffdedb42 (diff) | |
download | CMake-cedd6e65d22870524eaee1394f023cf001d56aff.zip CMake-cedd6e65d22870524eaee1394f023cf001d56aff.tar.gz CMake-cedd6e65d22870524eaee1394f023cf001d56aff.tar.bz2 |
cmLocalVisualStudio7Generator: Remove unused include
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index dc3a16d..65f9bba 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -23,8 +23,6 @@ #include "cmComputeLinkInformation.h" #include "cmGeneratedFileStream.h" -#include <cmsys/System.h> - #include <ctype.h> // for isspace static bool cmLVS6G_IsFAT(const char* dir); |