diff options
author | Brad King <brad.king@kitware.com> | 2015-07-07 18:27:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-08 13:00:00 (GMT) |
commit | 30faf20caf43c93f9211622124d6b91dffdedb42 (patch) | |
tree | 72be52b9cbe3dc6608931735c8b9535878b07ecb /Source/cmLocalGenerator.cxx | |
parent | 65de27b856496a756c5f234bba89bedae60dc476 (diff) | |
download | CMake-30faf20caf43c93f9211622124d6b91dffdedb42.zip CMake-30faf20caf43c93f9211622124d6b91dffdedb42.tar.gz CMake-30faf20caf43c93f9211622124d6b91dffdedb42.tar.bz2 |
cmLocalGenerator: Remove unused include
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 6f98ee2..e170253 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -32,8 +32,6 @@ # include <cmsys/MD5.h> #endif -#include <cmsys/System.h> - #include <ctype.h> // for isalpha #include <assert.h> |